Unable to apply transform on Mednist dataset while implementing 2D image registration #2085
Replies: 2 comments 3 replies
-
the current notebook works fine on colab https://colab.research.google.com/github/Project-MONAI/tutorials/blob/master/2d_registration/registration_mednist.ipynb could you include some info of what you modified and the detailed error messages? |
Beta Was this translation helpful? Give feedback.
-
Hi @wyli , It is indeed working fine in colab. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Hi ,
I would like to say that on implementing learning based image registration (2D) notebook as mentioned below

https://github.com/Project-MONAI/tutorials/blob/master/2d_registration/registration_mednist.ipynb,
I see I am unable to use transform.
I get "RuntimeError: applying transform <monai.transforms.compose.Compose object at 0x7fe3fc41dd50>" when I am trying to run below cell as shown in screenshot
Where as I was able to load input data successfully

Would appreciate your help here.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions