Closed florianmahner closed 1 year ago
@florianmahner, could you update the dependencies on your end and run a quick test whether everything works as expected with torch==1.13.*
and torchvision==1.14.*
? AFAIK, torch==1.13.*
should not be a problem but I am not sure about torchvision==1.14.*
. Everything is built around torchvision==1.13.*
.
I have noticed that the requirement
torch 1.12
is not compatible with CUDA on the VMs I have been using, mostly throwingI can resolve this when manually upgrading
torch
andtorchvision
after installing thingsvision. A possible solution might be to update the requirements file totorch==1.13.*
torchvision==0.14*