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

Issue with torchvision version in requirements (torch.ao) #3

Open
amirrezafateh opened this issue Jan 7, 2024 · 0 comments
Open

Issue with torchvision version in requirements (torch.ao) #3

amirrezafateh opened this issue Jan 7, 2024 · 0 comments

Comments

@amirrezafateh
Copy link

Firstly, thank you for providing this code. I've found it to be very useful for my project.
I encountered an issue while running the code due to torchvision version mismatches. In the requirements, it specifies:
conda install pytorch=1.8.1 torchvision cudatoolkit=11.1 -c pytorch
However, the code is compatible with torchvision version 0.9.1, and using the latest version causes problems (specifically, a missing module error related to torch.ao).
please update the requirements to explicitly mention torchvision version 0.9.1
Thank you again for your valuable contribution!

@amirrezafateh amirrezafateh changed the title Issue with torchvision version in requirements Issue with torchvision version in requirements (torch.ao) Jan 7, 2024
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

1 participant