gpu_monitor icon indicating copy to clipboard operation
gpu_monitor copied to clipboard

Wrong pytorch installation code in example

Open iljoong opened this issue 7 years ago • 1 comments

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

iljoong avatar Aug 22 '18 07:08 iljoong

Cool, thanks will change

msalvaris avatar Aug 22 '18 09:08 msalvaris