distributed
Here are 1,595 public repositories matching this topic...
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
-
Updated
Mar 11, 2022 - Jupyter Notebook
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
the ci/travis folder is confusing. The ci/README.md also mentions Travis, could be interpreted in all sorts of ways. maybe time to change that to something more agnostic? After all, we're not using Travis anymore.
Use case
Needs to go from debug to warning or info.
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 31, 2022 - Java
Native GraphQL Database with graph backend
-
Updated
Jan 26, 2022 - Go
Peace of mind from prototype to production
-
Updated
Mar 31, 2022 - Elixir
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
-
Updated
Aug 27, 2021 - C++
CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
-
Updated
Mar 31, 2022 - Java
A tool for composable software development.
-
Updated
Mar 31, 2022 - TypeScript
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
A privacy-aware, distributed, open source social network.
-
Updated
Mar 29, 2022 - Ruby
While trying to speedup my single shot detector, the following error comes up. Any way to fix this,
/usr/local/lib/python3.8/dist-packages/nni/compression/pytorch/speedup/jit_translate.py in forward(self, *args)
363
364 def forward(self, *
Modin: Speed up your Pandas workflows by changing a single line of code
-
Updated
Mar 31, 2022 - Python
Peer-to-Peer Databases for the Decentralized Web
-
Updated
Mar 31, 2022 - JavaScript
Here is what I've noticed:
ipfs.block.get- docs say it returns a
Block, but it returns aUint8Array - docs are missing the
preloadoption
- docs say it returns a
ipfs.block.put- docs say it can also take a
Blockas a parameter, but it can only be aUint8Array - docs say it can take a
cidas an option, but the implementation ignores such a parameter - docs say it returns a
Block, b
- docs say it can also take a
Motivation
We can reduce the number of calling storage.get_best_trial.
Description
In _log_completed_trial, best_trial is called twice. (Note: best_value calls best_trial) https://github.com/optuna/optuna/blob/a07a36e124d6523677d718819cad61628e8621e7/optuna/study/study.py#L1051-L1052
Alternatives (optional)
No response
Additional context (optional)
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 31, 2022 - Jupyter Notebook
This issue is for developer to first contribute to dtm. It is for practice only, please just make changes to one file rather than all of them.
dtmsvr/trans_* files, add open source copyright comments, and send a PR for each file as a task
PR tutorial: https://opensource.com/article/19/7/create-pull-request-github
PR 中文教程: https://juejin.cn/post/6844903821521469448
-
Updated
Mar 2, 2022 - Python
Description
Our basic settings like pytest, tox.ini, LICENSE... etc, are overtime. Need some update
Why we need this
Before we have another new release, we need to update our basic settings, include buildings and testing (CI/CD), and make developers have a better experience.
Tasks
- LICENSE
- gitignore
- setup.py
- requirements.txt (unify)
- pyte
-
Updated
Mar 29, 2022 - Java
Add --add-exports jdk.management/com.ibm.lang.management.internal only when OpenJ9 detected.
Otherwise we got WARNING: package com.ibm.lang.management.internal not in jdk.management in logs
OceanBase 大赛issue列表
Update Dependencies
I was looking through flatpak/io.github.qtox.qTox.json and noticed we are specifying to use ffmpeg 4.0.1 which has ~60 CVEs. The dependencies table lists an even older
This is no longer used and causes another reference to ITree which we want to eliminate. This probably doesn't need to be first deprecated.
Axis API V2 needs to be updated to allow " cameraId=<##> " to append to GET /axis-cgi/com/ptz.cgi
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.
Add this topic to your repo
To associate your repository with the distributed topic, visit your repo's landing page and select "manage topics."


Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And
go generatedoesn't work for protobuf directory. So we can't specify GPUOptions forNewSession.