Closed arjo129 closed 4 years ago
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 == ?
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: