-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Pillow Version 7.0.0 ValueError image is wrong mode #1846
Comments
What version of |
I do not use torchvision. Here is a simplified example:
|
Sorry, I seem to have drifted from Pillow to pytorch within github. Please disregards, I posted this to Pillow. |
I had a program running for awhile that used Image.resize(size) with defaults for other parms. I installed the program on a new system with Pillow installed as default version 7.0.0. The resize failed with Value Error image is wrong mode.
I removed Pillow and forced version 6.2.1 to install and the program works as before.
The text was updated successfully, but these errors were encountered: