Skip to content

Commit

Permalink
Specify torch version, which fixed #199
Browse files Browse the repository at this point in the history
Should fix an error which occurs sporadically when training.
  • Loading branch information
timephy authored May 17, 2022
1 parent 03f48cb commit 764dc87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def install(package):
"numpy",
"timer",
"tqdm",
"torch==1.10.1",
"torch-cluster==1.5.9",
"torch-scatter==2.0.9",
"torch-sparse==0.6.12",
Expand Down

0 comments on commit 764dc87

Please sign in to comment.