UNETR not learning on diverse data with augmentations #7864
Unanswered
theskywalker1
asked this question in
Q&A
Replies: 1 comment
-
Hi @theskywalker1, thanks for your interest here. Here are some suggestions: consider raising your learning rate if you've hit a plateau. For small labels relative to image size, crop or apply loss weighting. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,

I have followed the UNETR BCTV segmentation notebook . However, I am using it for vertebral segmentation using the VerSe dataset . However, after 8+ hours of training, the loss and validation dice metric stay the same.
Here is an example of the dataset:
Here is the code I use for data augmentation:
Here is an example of the data and mask after data augmentation:

Here is my model, loss function, optimizer, and training code:
Finally, here is a snippet of the training output ~6 hours into training:

Any ideas as to why my model will not train would be greatly appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions