Skip to content
#

distributed

Here are 1,437 public repositories matching this topic...

Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...

  • Updated Jul 1, 2021
  • Java
george-skal
george-skal commented Jun 28, 2021

Hi all!
I am trying a self-play based scheme, where I want to have two agents in waterworld environment have a policy that is being trained (“shared_policy_1”) and other 3 agents that sample a policy from a menagerie (set) of the previous policies of the first two agents ( “shared_policy_2”).
My problem is that I see that the weights in the menagerie are overwritten in every iteration by the cur

CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。

  • Updated Jul 2, 2021
  • Java
LightGBM
jameslamb
jameslamb commented Jan 27, 2021

Summary

mypy shows some issues in LightGBM's Python package.

mypy --ignore-missing-imports python-package/
18 errors in 4 files (click me)
python-package/lightgbm/compat.py:12: error: Name 'Series' already defined (possibly by an import)
python-package/lightgbm/compat.py:17: error: Name 'DataFrame' already defined (possibly by a
nni

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

  • Updated Jul 5, 2021
  • Jupyter Notebook
transmittable-thread-local

📌 TransmittableThreadLocal(TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.

  • Updated Jul 4, 2021
  • Java
IanWardell
IanWardell commented Jul 23, 2020

Describe Your Environment

  • Version of ZoneMinder release version v1.34.16.
  • How you installed ZoneMinder Docker Container https://hub.docker.com/r/quantumobject/docker-zoneminder/
  • Full name and version of OS
  • Browser name and version
    Brave - Version 1.11.97 Chromium: 84.0.4147.89 (Official Build) (64-bit)
    Firefox- 78.0.2 (64-bit)

If the issue concerns a camera

  • Make and M
sumedhb1995
sumedhb1995 commented Jun 8, 2021

Currently, TinyliciousClient and the new FrsClient have both their create/getContainer calls' return signatures as tuples:
Promise<[FluidContainer, TinyliciousContainerServices]> or Promise<[FluidContainer, FrsContainerServices]>

This should instead to be converted to object with defined interface:
`Promise<{ fluidContainer: FluidContainer, containerServices: TinyliciousContainerServices

seut
seut commented Jun 22, 2021

Use case:

1.) A user may want to backup all tables but no metadata like users, privileges, etc. without explicitly defining each table inside the CREATE SNAPSHOT statement.

2.) A user may want to transfer users & privileges, custom analyzers or user-defined-functions from one cluster to another without backing up a complete cluster including all data (tables).

*Feature description

Improve this page

Add a description, image, and links to the distributed topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed topic, visit your repo's landing page and select "manage topics."

Learn more