Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pytorch, yaml, tensorboard (from https://github.com/dmlc/tensorboard), and tenso

The code base was developed using Anaconda with the following packages.
```
conda install pytorch=0.3 torchvision cuda80 -c pytorch;
conda install pytorch=0.4 torchvision cuda80 -c pytorch;
conda install -y -c anaconda pip;
conda install -y -c anaconda pyyaml;
pip install tensorboard tensorboardX;
Expand Down