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
The problem originates in torchmetal/datasets/utils.py and is related to a comment in that file which should be an issue.
QKFIX: The current version of download_file_from_google_drive (as of torchvision==0.8.1)
is inconsistent, and a temporary fix has been added to the bleeding-edge version of
Torchvision. The temporary fix removes the behaviour of _quota_exceeded, whenever the
quota has exceeded for the file to be downloaded. As a consequence, this means that there
is currently no protection against exceeded quotas. If you get an integrity error in torchmetal
(e.g. "MiniImagenet integrity check failed" for MiniImagenet), then this means that the quota
has exceeded for this dataset. See also: tristandeleu/pytorch-meta#54
Most likely the failed tests are not an issue just this file has been over quota recently. It also seems that Torchvision has merged a fix (pytorch/vision#4109) which could be incorporated that would give a better error for users.
A number of dataset, dataloader, and wrappers tests fail.
Complete steps to reproduce the bug
Expected behavior
All tests pass.
Environment
dev
branchdev
Additional context
Test output:
The text was updated successfully, but these errors were encountered: