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
I changed if os.path.isfile(fpath) and check_integrity(fpath, md5): in torchmeta\datasets\utils.py to if os.path.isfile(fpath):, then the program runs normally and generates subsequent files. The current output tensor is the correct shape. Is this the correct way to handle it?
I don't find def check_integrity(): in utils.py, is there something wrong with my version? Because I downloaded mini-imagenet.tar.gz manually, is it because this affects the correct operation of the program?
I use google drive to download and finish.
dataset = miniimagenet(..., meta_train=True, download=True)
and i got,
NameError: name 'check_integrity' is not defined
how should i fix this error. thx.
The text was updated successfully, but these errors were encountered: