Skip to content

Commit

Permalink
Fixed torchvision version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkoester authored Nov 27, 2020
1 parent 02583f0 commit cbe327b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Some necessary libraries include:
pip install numpy scipy matplotlib tensorboard open3d==0.9.0 opencv-python
pip install "rtree>=0.8,<0.9"
pip install trimesh[easy]
conda install pytorch-1.6.0 torchvision cudatoolkit=10.1 -c pytorch
conda install pytorch==1.6.0 torchvision==0.7.0 cudatoolkit=10.1 -c pytorch
pip install torch-scatter==latest+cu101 -f https://pytorch-geometric.com/whl/torch-1.6.0.html
pip install torch-sparse==latest+cu101 -f https://pytorch-geometric.com/whl/torch-1.6.0.html
pip install torch-cluster==latest+cu101 -f https://pytorch-geometric.com/whl/torch-1.6.0.html
Expand Down

0 comments on commit cbe327b

Please sign in to comment.