-
Notifications
You must be signed in to change notification settings - Fork 868
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
Incompatibility to pytorch: Some transformations return lists for singe Image #109
Comments
workaround:
|
This bug still exists.
I dont really understand how the workaround works, Im using the pytorch implementation as mentioned in the docs:
In
|
Hi did you solved this ? |
I just stopped using |
Hi~ Is this problem fixed? |
The pipeline is not compatible with pytorch because the operations return lists
[ <PIL.Image.Image image mode=L size=28x28 at 0x7F4C6F113A90>]
but expect as input:
<PIL.Image.Image image mode=L size=28x28 at 0x7F4C6F113A90>
Here a minimalistic example, where I show what the MNIST dataloader does internally and why it fails..
The text was updated successfully, but these errors were encountered: