-
Notifications
You must be signed in to change notification settings - Fork 779
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Describe the bug
A clear and concise description of what the bug is.
When running the current version of autoencoder_mednist tutorial it will crash while trying to perform transformations on data. Specifically while creating CasheDataset.
To Reproduce
Steps to reproduce the behavior:
Simply run all the cells until you reach creating the CasheDataset - that's where it crashes
Expected behavior
It should perform the transformations
Additional context
Simple solution I found is to add "reader" parameter to LoadImageD transformation. In case of mednist Hand dataset(which is the default in this tutorial) it should be reader="PILReader" as all the images as .jpg
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested