-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad zipfile error while downloading CelebA dataset #2756
Comments
Thank You for the leads. |
|
@square-1111 could you please provide a minimal code snippet and list of installed packages to reproduce the issue. Thanks |
This error is different -- can you check if you have tqdm installed? If not, might be that the helper implementation of tqdm that we provide doesn't have the close method |
@vfdev-5 I am trying to run
and getting this error |
@square-1111 can you try doing in a new interpreter import tqdm and report back? You probably don't have tqdm installed, and the PyTorch fallback doesn't implement @pmeier we should probably fix this somehow, either by removing the need of a |
I'll look into it. |
pytorch/pytorch#46040 will fix the |
🐛 Bug
I am working with CelebA dataset with
download = True
. I am getting an errorBadZipFile: File is not a zip file
To Reproduce
Environment
I am working on Google Colab
The text was updated successfully, but these errors were encountered: