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
Downloaded the source code, and the pre-trained weights. I was running the requirements.txt file but an error keeps occuring when it reaches installation of pytorch version 0.4.1. Tried using conda and similar error occurs. Hence I can't move forward to use_me.py.
The text was updated successfully, but these errors were encountered:
Port it to a later version of pytorch. To the best of my knowledge, only the initialization methods have to be changed and the logging of the loss output.
Try installing it using conda install pytorch=0.4.1 cudaVV -c pytorch . Please replace "VV" with the appropriate CUDA version that your system is using. More info can be found in: https://pytorch.org/get-started/previous-versions/.
Hope it helps!
Downloaded the source code, and the pre-trained weights. I was running the requirements.txt file but an error keeps occuring when it reaches installation of pytorch version 0.4.1. Tried using conda and similar error occurs. Hence I can't move forward to use_me.py.
The text was updated successfully, but these errors were encountered: