-
pytroch:1.3.1
python:3.6
system:ubuntu 16
cuda:10.0
when i run imagenet main.py in multi-nodes ,there is a error likes,(single node can run ):
Use GPU: 1 for training
Use GPU: 0 for training
…
-
The scale of the bullet chart goes haywire when a marker is inserted that is larger than the maximum value specified for the ranges. Therefore, in `nv.d3.js` (`nv.models.bullet = function(){...}`), th…
-
# Enhancement
Currently `cloud-init schema --annotate` has useful output. However, `cloud-init schema`'s output has much to be desired. Compare:
annotate
```
# cloud-init schema --system --annot…
-
When i use linear model i can do this and it works as expected (example from http://nvd3.org/livecode/index.html#)
nv.addGraph(function() {
var chart = nv.models.lineChart()
.useInteractiveGuid…
-
### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
Yes
### Description
upon running command `ng generate @angular/core:control-flow` for the below…
-
First of all, awesome package, so far, one of the easiest ways I've seen to use d3 with React.
I've been trying to recreate a simple example with your wrapper: the force-directed layout. I mostly …
-
e.g. the 7/24 PNW 4km run has
```
./ …
-
Expected behavior: no errors when importing:
```
import { tip as d3tip } from 'd3-v6-tip';
```
Actual behavior: error:
```
Could not find a declaration file for module 'd3-v6-tip'. '/usr/s…
-
**Describe the bug**
After building my project with parcel i receive an error from d3-zoom line 91 that selection.interrupt() is not a function. I am not sure if this is error is related to this proj…
-
It seems like upset plots are uncommon or specific enough that the general purpose JavaScript charting libraries -- e.g. Plotly.js, echarts, etc -- don't seem to cover them. we may have to use this sp…