distributed
Here are 1,454 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
Aug 25, 2021 - Jupyter Notebook
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
Sep 6, 2021 - Java
Apache Arrow has a first-class tabular file format, Feather, that the Ray Datasets IO layer should support. Combined with Ray Datasets' existing .from_arrow() and .to_arrow() APIs, this would round out our "all-Arrow" experience, which should be as nice as possible given our "distributed Arrow dataset" positioning.
Implementation Note
Peace of mind from prototype to production
-
Updated
Sep 6, 2021 - Elixir
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
-
Updated
Aug 27, 2021 - C++
We badly started implementing some props mutation.
There are usually two cases:
- The props are injected via root component
propsData - The props are used inside a vue app
Solution 1
Migrate the propsData (usually initial-states) to the root .vue file away from the .js entry point
Solution 2
Use a sync modifier and change the data flow according to vue documentations
Native GraphQL Database with graph backend
-
Updated
Sep 3, 2021 - Go
CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
-
Updated
Aug 31, 2021 - Java
A tool for component-driven application development.
-
Updated
Sep 6, 2021 - 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
Sep 5, 2021 - Ruby
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
-
Updated
Sep 6, 2021 - Python
日期转换函数timpstamp插入和保存都是int64,后面是否会支持yyyy-MM-dd HH:mm:ss这种形式,同时支持内部日期函数转换,将int64转换成yyyy-MM-dd HH:mm:ss。对于int64,现在的解决措施只能是应用内转换和新建string字段展示正常的日期格式
Modin: Speed up your Pandas workflows by changing a single line of code
-
Updated
Sep 6, 2021 - Python
Peer-to-Peer Databases for the Decentralized Web
-
Updated
Sep 6, 2021 - JavaScript
IPFS implementation in JavaScript
-
Updated
Sep 6, 2021 - JavaScript
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
Sep 6, 2021 - Jupyter Notebook
Document exceptions
Exceptions that are part of public APIs could be documented using the Raises: syntax of Sphinx. For reference, some methods of the BaseStorage are documented this way.
I believe this could be a tracking issue until we've covered a decent proportion of the public APIs where one could just leave a note when addressing so
-
Updated
Jun 10, 2021 - Python
This test throws NPE:
public class TestSlowAsyncMapper {
@Test
public void foo() {
var hz = Hazelcast.newHazelcastInstance(newConfig());
hz.getJet().newJob(newPipeline()).join();
}
private Pipeline newPipeline() {
var p = Pipeline.create();
p.readFrom(TestSources.itemStream(Integer.MAX_VALUE))
.withNativeTimestamp
-
Updated
Sep 5, 2021 - Java
For classes declared with struct, forward declarations should also use struct. Currently, only struct Message violates this in a few header files (2 or so?).
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
Please check the FAQ documentation before raising an issue
Please check the old issues before raising an issue in case someone has asked the same question that you are asking.
Describe the bug (must be provided)
in file deps/oblib/src/lib/atomic/ob_atomic.h
macro ATOMIC_FAA double defined
A clear and concise description of what the bug is.
**Your Environments (__must
Work Item
There are some examples in our repo that use op, rather than sequenceDelta event. These do not work, as processing op correctly is very difficult, and error prone. sequenceDelta is always correct. These legacy examples should be updated or removed.
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.
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.