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

torch module issues #16

Open
OvoidChickenStorage opened this issue Aug 1, 2020 · 1 comment
Open

torch module issues #16

OvoidChickenStorage opened this issue Aug 1, 2020 · 1 comment

Comments

@OvoidChickenStorage
Copy link

OvoidChickenStorage commented Aug 1, 2020

In the requirements.txt
torch==1.4.0
torchvision==0.5.0
are commented out but when I run python faceit_live.py I get:

(faceit_live3) C:\...\faceit_live3-master\faceit_live3>python faceit_live.py
Traceback (most recent call last):
  File "faceit_live.py", line 19, in <module>
    import torch
ModuleNotFoundError: No module named 'torch'
@dlgiant
Copy link

dlgiant commented Oct 17, 2020

It seems like you many have not installed all dependencies.
Did you run this:
conda install pytorch=1.4 torchvision=0.5 cudatoolkit=10.1 -c pytorch

Also, when you runpip install -r requirements.txt does it show any package that might have not been installed?

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