Skip to content
#

distributed

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

IvanFarkas
IvanFarkas commented May 28, 2019

What's the ETA for updating the massively outdated documentation?

Please update all documents that are related building CNTK from source with latest CUDA dependencies that are indicated in CNTK.Common.props and CNTK.Cpp.props.
I tried to build from source, but it's a futile effort.

dgraph
rahst12
rahst12 commented Jan 8, 2020

Experience Report

I am currently ingesting a large continuous streaming data set. The most recent data is the most important data. The oldest - either by policy or by least importance needs to be aged-off. Today, we use Neo4J Community Edition. We perform a query to find nodes/relationships older than a specific date and then delete them.

Note: Feature requests are judged based on user

beppeben
beppeben commented Jan 1, 2020

When you have only one registered aspect, then people belonging to that aspect don't get shown with the name of the aspect, but with the generic "All Aspects".
I don't know if it was meant to be like this, I just find it confusing.

simon-mo
simon-mo commented Apr 30, 2020
  /Users/travis/build/ray-project/ray/python/ray/node.py:533: DeprecationWarning: Redis.hmset() is deprecated. Use Redis.hset() instead.
    redis_client.hmset("webui", {"url": self._webui_url})
  /Users/travis/build/ray-project/ray/python/ray/worker.py:358: DeprecationWarning: Redis.hmset() is deprecated. Use Redis.hset() instead.
    "run_on_other_drivers": str(run_on_other_drivers),
  
jameslamb
jameslamb commented Sep 29, 2019

One unit test in the R package is currently broken. Steps to reproduce on Mac

export CXX=/usr/local/bin/g++-8 CC=/usr/local/bin/gcc-8
Rscript build_r.R
cd R-package/tests
Rscript testthat.R

This results in the following error at the ends of the logs

[LightGBM] [Info] Saving data to binary file /var/folders/xq/wktq4zdx4jd3qdpk34d28m940000gn/T//RtmpiY1DzV/lgb.Dataset_1555
server
jancborchardt
jancborchardt commented Mar 24, 2020

To Reproduce
Steps to reproduce the behavior:

  1. Go to any contact
  2. Click on the avatar
  3. Open the 3-dot menu in the top right and click "Download picture"
  4. Open the downloaded file

Expected behavior
The picture is opened.

Actual behavior
Because the file is called Some ID.vcf, it is opened with the text editor and just shows jumbled characters.
Changing the extens

Open Source Fast Scalable Machine Learning Platform For Smarter Applications: Deep Learning, Gradient Boosting & XGBoost, Random Forest, Generalized Linear Modeling (Logistic Regression, Elastic Net), K-Means, PCA, Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

  • Updated Jul 15, 2020
  • Jupyter Notebook
js-ipfs
achingbrain
achingbrain commented Apr 28, 2020

On Windows with Node 10:

ipfs:   preload disabled
ipfs:     1) should not preload if disabled
ipfs:   1807 passing (24m)
ipfs:   95 pending
ipfs:   1 failing
ipfs:   1) preload disabled
ipfs:        should not preload if disabled:
ipfs:      Uncaught Error: Timed out waiting for CIDs to be preloaded
ipfs:       at waitFor (test\utils\wait-for.js:18:21)
ipfs:       at process._tick
aphelionz
aphelionz commented Mar 8, 2019

There's been a number of questions lately about data not appearing in the store when you expect, so I thought it would be a good time to take a second to explain the process of opening a database and getting data out of it. The database can be either local or remote.

Important Note: While content discovery can happen via the IPFS distributed hash table, due to the limitations of browser-bas

z1220726337
z1220726337 commented Jan 30, 2019

我运行的是这4条代码,有可以获得IP,但用python客户端调用没办法取出来

  • 启动scrapy worker,包括代理IP采集器和校验器

    python crawler_booter.py --usage crawler
    python crawler_booter.py --usage validator

  • 启动调度器,包括代理IP定时调度和校验

    python scheduler_booter.py --usage crawler
    python scheduler_booter.py --usage validator
    1

ncherkas
ncherkas commented Apr 2, 2020

In the Cloud-native K8S environment, the logging architecture almost always assumes that all needed logs are sent to the stdout. It works as a unified source of logs where different tools read them, re-organize if needed, and route to the destinations like Analytics Dashboards etc.

Hazelcast Diagnostics are very useful when troubleshooting the performance and stability issues but currently, it

nebula
jude-zhu
jude-zhu commented Jan 6, 2020
  1. create an edgetype with prop
> create edge choose(grade int)
  1. create the edgetype without any prop using if not exists
> create edge if not exists choose()
Execution succeeded (Time spent: 12.129/13.466 ms)
  1. check the schema of choose
describe edge choose;
================
| Field | Type |
================
| grade | int  |
----------------
G
transmittable-thread-local
sile
sile commented Jan 22, 2020

Currently, if trial.report() method is called multiple times with the same step in a trial, only the first reported value will be recorded into the storage and the others will be silently ignored.
Reporting multiple values with the same step is an unintended usage of the method, and it could cause bugs that are hard to notice (see #847 as an example of such bug).
Therefore, it seems better to

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

You can’t perform that action at this time.