-
Notifications
You must be signed in to change notification settings - Fork 424
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
re_img = transforms.Resize(imsize[i])(img) IndexError: list index out of range #92
Comments
Have you figured it out? |
@zy989 Have you figured out the issue? Even I am facing the same |
No I haven't |
Have you find a solution |
Using the bird dataset i just did |
no, if you wanna success to pass it |
I followed the exact steps for pretraining DAMSM and downloaded & unzipped the files for data and still get this error:
AttnGAN\code\datasets.py", line 83, in get_imgs
re_img = transforms.Resize(imsize[i])(img)
IndexError: list index out of range
Can anyone help me figure out what might have caused this? I'd really appreciate it!
The text was updated successfully, but these errors were encountered: