UNETR in MONAI 0.9.0 #4555
Replies: 3 comments 7 replies
-
@yiheng-wang-nv would appreciate if you can please share some insights. |
Beta Was this translation helpful? Give feedback.
-
Hi @fengling0410 , there are some changes after 0.8.1, the mainly purpose is to make |
Beta Was this translation helpful? Give feedback.
-
Thanks for the inputs. Is it possible for your to create a guide on how to use UNETR, if trained on older versions, on 0.9.0 ? I think others may run into other issues. cc @Nic-Ma |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have noticed that the UNETR model in MONAI 0.9.0 release has been modified compared to 0.8.1. I found that input_rearrange, out_rearrange were deleted in transformer block and the order of conv3 and instance norm has been shifted in encoder block and decoder block (please correct me if I'm wrong). May I ask about the intuition behind these modifications? I believe that will help me a lot to better use this model.
Besides, I have trained a UNETR model for weeks but the pre-trained weights are now incompatible with the latest UNETR structure. Is there a way that I could load the pre-trained weights to the latest model?
Thank you in advance and I sincerely appreciate any help regarding this :)
Beta Was this translation helpful? Give feedback.
All reactions