You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ If you use this code or our results in your research, please cite:
25
25
## Software Requirements
26
26
27
27
This codebase requires Python 3 and PyTorch 0.1.12_2.
28
+
If you are using Anaconda, this can be achieved via:
29
+
`conda install pytorch=0.1.12 -c soumith`.
28
30
29
31
Note the older version of PyTorch - upgrading to later versions would require minor updates and would prevent the exact reproductions of the results below.
30
32
Pull requests which update to later PyTorch versions are welcome, especially if they have baseline numbers to report too :)
0 commit comments