Skip to content

Wrong pytorch installation code in example #18

Description

@iljoong

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions