PatrickHua / SimSiam

A pytorch implementation for paper 'Exploring Simple Siamese Representation Learning'
MIT License
814 stars 135 forks source link

No matching distribution found for torch==1.7.0 #44

Open dlfming opened 2 years ago

dlfming commented 2 years ago

when i run the pip install -r .\requirements.txt, i got the error message said: No matching distribution found for torch==1.7.0,shoud i update the torch to 1.7.1?

gqingc commented 1 year ago

me too .How did you solve it in the end?