Wrong pytorch installation code in example
iljoong opened this issue · 1 comments
iljoong commented
This is minor issue but it would be nice to fix documentation in your example.
In examples/notebooks/InfluxDBLoggerExample.ipynb
, pytorch installation line is
cuda install pytorch torchvision cuda80 -c python
this line should change to
conda install pytorch torchvision cuda80 -c python
or simply,
conda install pytorch torchvision -c python
msalvaris commented
Cool, thanks will change