Tim Zaman

Results 24 issues of Tim Zaman

Should be straightforward using the work done in https://github.com/NVIDIA/DIGITS/pull/1009 Requires #4, automatic node and edge placement because the .lua does not have visual (x,y) coordinate system information.

feature
Torch

Should be straightforward using the work done in https://github.com/NVIDIA/DIGITS/pull/1009 Requires #4, automatic node and edge placement because the .prototxt does not have visual (x,y) coordinate system information.

feature
Caffe

See title.

feature
Torch

The layers and their args should preferably be formatted to `.json`. ## Listing Caffe Layers - Through python and https://github.com/BVLC/caffe/pull/2930 (from https://github.com/caffe2/caffe2/issues/42#issuecomment-243251598); Example `.json` output: https://github.com/TimZaman/dagstudio/blob/master/tests/caffe-all-layers.json ## Listing Caffe args...

help wanted
Caffe

Listing torch layers is pretty easy by listing the contents of `nn` for example. Any recommendations on getting the arguments of the constructor of the layers?

help wanted
Torch

![image](https://cloud.githubusercontent.com/assets/7721540/18341468/611fba9e-75aa-11e6-81fe-2ad170db96d8.png)[asas] Although this cyclical behavior is supported since #1, this ^ isn't pretty.

UI

Ex (0.3.2): ``` ValueError: dota_time discrepancy in depleting initial worldstate queue. at reset (/root/dotaservice/dotaservice/dotaservice.py:439) at request_handler (/root/.local/lib/python3.7/site-packages/grpclib/server.py:327) ```

### Bug description A bandwidth test between nodes A and B reveals a speed of 52Gb/s, while Netdata reveals an excess of 200Gb/s. See https://github.com/prometheus/node_exporter/issues/573 - prometheus exporter made the...

bug
area/collectors
collectors/proc

If a core is masked through affinity, it will be correctly skipped by the process, and in the stdout it will be correctly identified as skipped. However, the csv output...