How to make my validation data the right size (SwinUNETR implementation) #1699
Unanswered
Sshinobu21
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @Sshinobu21, hope you can get some guidance in these tutorials. Thanks. |
Beta Was this translation helpful? Give feedback.
2 replies
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 trying to implement a SwinUNETR model on custom data.
The whole training process seems to be doing great but when I get to the validation test I get an error due to the difference of size between my validation images and their corresponding labels.
I tried to use RandCropByPosNegLabeld, but I then run into errors to vizualise the data.
Then I tried Resized but it makes my session crash (I'm using google colab)
Does anyone know how to fix this ?
Beta Was this translation helpful? Give feedback.
All reactions