JiazuoYu / MoE-Adapters4CL

Code for paper "Boosting Continual Learning of Vision-Language Models via Mixture-of-Experts Adapters" CVPR2024
119 stars 6 forks source link

RuntimeError: The MD5 checksum #6

Open efemeryds opened 3 months ago

efemeryds commented 3 months ago

Hi,

When running the code I encountered this issue:

RuntimeError: The MD5 checksum of the download file data/caltech101/101_ObjectCategories.tar.gz does not match the one on record.Please delete the file and try again.

This problem seems to be common and is also discussed here: https://github.com/pytorch/vision/issues/8204#issuecomment-1891755665

As this is addressed in tochvision==0.17.1 one of the possible solutions is to upgrade the libraries to the following versions:

pytorch-cuda=11.8
pytorch==2.2.1
torchaudio==2.2.1
torchvision==0.17.1

Maybe you could consider including this information in Readme.

Best, Alicja