Runtime Error doing Transforms #6045
Unanswered
mk19154953
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @mk19154953, could you please share the whole error message, so then I could take a deep look at it? Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I'm working from https://colab.research.google.com/github/Project-MONAI/tutorials/blob/main/modules/autoencoder_mednist.ipynb I am trying to get this script to work for my dataset. My data is 3d unlike the example data so I reformatted my data into 2 dimensions using SqueezeDimd:
When I try to train the model I get a runtime error:
For reference here is the code I am running
Import and Configuration
Get the data
Create Image Transform Chain
Beta Was this translation helpful? Give feedback.
All reactions