Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find a version that satisfies the requirement torch==0.4.1 #13

Open
123Anu123 opened this issue Aug 2, 2020 · 1 comment
Open

Comments

@123Anu123
Copy link

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.

@Js-Mim
Copy link
Collaborator

Js-Mim commented Aug 5, 2020

There are two possible options:

  1. 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.
  2. 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants