-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
JIT problem with torchvision
0.5
#694
Comments
Based on pytorch/vision#1383 (comment) |
Then the problem is |
But it does (starting from 0.4.0):
My problem is I cannot freeze dependencies via pip-tools with |
Do we need the torchvision dependency at all? IIRC it is only used for tests and examples. |
|
we are using MNIST dataset in tests |
so add torchvision to the tests requirements |
but it is in package |
I have torch version 0.4.1, and torchvision->inception.py says that there is no module named call Optional in torch.jit.annotations....I want to use torch version 0.4.1 because I want to use it along with cuda 9.2 for my program. And as per my understanding, torchvision requires torch 1.4. How do I solve this dependency problem? |
are you talking about |
🐛 Bug
There are some JIT problems with newly released
torchvision
0.5in #687 we freeze version to <0.5 but in future, we want to support all
torchvision
sMaybe it is just a temporal bug in
torchvision
and they will handle it...To Reproduce
#687 (comment)
Environment
https://app.circleci.com/jobs/github/Borda/pytorch-lightning/839
The text was updated successfully, but these errors were encountered: