The Wayback Machine - https://web.archive.org/web/20220323021349/https://github.com/topics/distributed
Skip to content
#

distributed

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

DmitriGekhtman
DmitriGekhtman commented Mar 14, 2022

Search before asking

  • I searched the issues and found no similar issues.

Ray Component

Ray Clusters

Issue Severity

Medium: It contributes to significant difficulty to complete my task but I work arounds and get it resolved.

What happened + What you expected to happen

The arguments to ray.autoscaler.sdk are not validated.
I

bug good first issue P1
server

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 Mar 21, 2022
  • Java

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

Summary

mypy shows some issues in LightGBM's Python package.

mypy \
    --exclude='python-package/compile/|python-package/build' \
    --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
nni
pkubik
pkubik commented Mar 14, 2022

Describe the issue:
During computing Channel Dependencies reshape_break_channel_dependency does following code to ensure that the number of input channels equals the number of output channels:

in_shape = op_node.auxiliary['in_shape']
out_shape = op_node.auxiliary['out_shape']
in_channel = in_shape[1]
out_channel = out_shape[1]
return in_channel != out_channel

This is correct

bug help wanted good first issue model compression
js-ipfs
matheus23
matheus23 commented Oct 7, 2021

Here is what I've noticed:

  • ipfs.block.get
    • docs say it returns a Block, but it returns a Uint8Array
    • docs are missing the preload option
  • ipfs.block.put
    • docs say it can also take a Block as a parameter, but it can only be a Uint8Array
    • docs say it can take a cid as an option, but the implementation ignores such a parameter
    • docs say it returns a Block, b
exp/novice help wanted P2 topic/docs
divyanshugit
divyanshugit commented Mar 22, 2022

What is an issue?

There are some minor issues on the Re-use the best values tutorial page.

Description

  • On the Re-use the best values page, We should update the title as re-use the best parameters instead of re-use the best values. As the best value means the best objective value in most o
document contribution-welcome good first issue

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 Mar 22, 2022
  • Jupyter Notebook
LuckyPigeon
LuckyPigeon commented Jan 14, 2022

Description

There are plenty of TODOs in codes, settings and documentations, start with these will be a good choice.
Different tasks will bind with different issue, please submit your PR and refer to the corresponding issue, will open in days.
NOTICE: This is a good first issue, new contributors are welcome!

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 Mar 22, 2022
  • 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

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