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
According to https://pip.pypa.io/en/stable/user_guide/ to set the version of torch "==" should be used. Otherwise one recieves the following error:
```
ERROR: Invalid requirement: 'pytorch=0.4.1' (from line 3 of requirements.txt)
Hint: = is not a valid operator. Did you mean == ?
```
0 commit comments