We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried training with cats and dogs dataset and got this error on an image after some progress in training,
PIL.UnidentifiedImageError: cannot identify image file '...\\Cat\\666.jpg'
Wondering if exception handling should be added at the cost of extra runtime overhead. This error was generated from,
lightweight-gan/lightweight_gan/lightweight_gan.py
Line 331 in fce2093
I found this same error with same dataset was mentioned here, https://discuss.pytorch.org/t/pil-unidentifiedimageerror-in-dataloader/73577,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried training with cats and dogs dataset and got this error on an image after some progress in training,
Wondering if exception handling should be added at the cost of extra runtime overhead. This error was generated from,
lightweight-gan/lightweight_gan/lightweight_gan.py
Line 331 in fce2093
I found this same error with same dataset was mentioned here, https://discuss.pytorch.org/t/pil-unidentifiedimageerror-in-dataloader/73577,
The text was updated successfully, but these errors were encountered: