Closed woongjoonchoi closed 8 months ago
I saw the same. This script will reproduce the error
from torchvision import datasets
datasets.Caltech101(root='.', download=True)
Thanks for the report.
It seems related to https://github.com/pytorch/vision/issues/8204#issuecomment-1891755665 and the root cause is probably not an MD5 issue but rather a change in GDrive's APIs.
We're considering options here - probably will add gdown as an optional dependency, as we can't really afford to maintain all the different gdrive APIs within torchvision. We'll keep you posted and sorry for the inconvenience
Hi @NicolasHug, is this issue still open? If yes, I would be happy to help. If not, can you please refer me some other issue to work on? Thanks
Hi @NicolasHug, any beginner friendly issue you can recommend?
I get the same thing
🐛 Describe the bug
I got md5 checksum not match error when downloaidng CALTECH dataset . i inherit caltech256 dataset and override getitem method.
i Got md5 checksum error when downloading caltech dataset .
Versions