tristandeleu / pytorch-meta

A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch
https://tristandeleu.github.io/pytorch-meta/
MIT License
1.98k stars 256 forks source link

Missing check_integrity import from torchvision.datasets.utils #160

Open ManuelRoeder opened 2 years ago

ManuelRoeder commented 2 years ago

There is an import missing in file torchmeta/datasets/utils.py. Method "download_file_from_google_drive(...)" makes use of "check_integrity(...)" from torchvision.datasets.utils.

liutong19991016 commented 1 year ago

Thank you so much! You just save my day!!!