You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking in links: https://download.pytorch.org/whl/cu101/torch_stable.html
ERROR: Could not find a version that satisfies the requirement torch==1.6.0 (from versions: 1.8.0, 1.8.1, 1.9.0, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0)
ERROR: No matching distribution found for torch==1.6.0
I cannot find this command line pip3 install torch==1.6.0 torchvision==0.7.0 -f https://download.pytorch.org/whl/cu101/torch_stable.html anywhere in that repo, where does that come from?
Can you please tell us more about which algorithm you are referring to? What's your OS? What's your GPU and CUDA version?
This is the code we provide for NetVLAD++, and it works well on my end because I have CUDA 10.1 installed on an Ubuntu 18.04 workstation.
Running
pip3 install torch==1.6.0 torchvision==0.7.0 -f https://download.pytorch.org/whl/cu101/torch_stable.html
Gives.................
Running
conda install pytorch==1.6.0 torchvision==0.7.0 cudatoolkit=10.1 -c pytorch
Gives....................
Since I cannot install the required versions, will installing higher versions break the code?
Thanks for your amazing work.
The text was updated successfully, but these errors were encountered: