I encountered the following error for torch and torchvision:
ERROR: Could not find a version that satisfies the requirement torch==2.2.1+cu118 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2)
ERROR: No matching distribution found for torch==2.2.1+cu118
I could resolve the error by updating the requirement.txt file.
Hi thuanz123,
While installing the requirements on Google Colab,
I encountered the following error for torch and torchvision:
I could resolve the error by updating the requirement.txt file.
Cheers for the implementation!