Closed snk4tr closed 1 year ago
Describe the bug There are known problems with library usage with Torchvision<0.6.1, however Torchvision>=0.4.0 is allowed for a user setup.
Torchvision<0.6.1
Torchvision>=0.4.0
Expected behavior The same version is used in both cases.
I suggest to extend this issue and upgrade torchvision and python versions used in testing pipelines. Let's update:
torchvision
0.13.0
python
3.11
Describe the bug There are known problems with library usage with
Torchvision<0.6.1
, howeverTorchvision>=0.4.0
is allowed for a user setup.Expected behavior The same version is used in both cases.