79239040

Date: 2024-11-30 08:01:32
Score: 0.5
Natty:
Report link

As of 2024, the Natim's answer does not seem to work. I ran

pip install torch==2.5.0
pip install torchvision

and this automatically upgraded torch to 2.5.1. The correct way now is to pass the --no-deps argument to pip:

pip install torch==2.5.0
pip install torchvision --no-deps
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Fizz Areh