Tiny Model Weight Transfer #5496
-
So I am trying to use the pre-trained weight of the Tiny model (which originally has 14 classes).
Error(s) in loading state_dict for SwinUNETR: |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 1 reply
-
Hi @MasalaKimchi thanks for the question.
Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @MasalaKimchi thanks for the question.
You are using the BTCV specific model which is trained with 14 channels output. There might be two options:
Using the SSL pretrained weights, you can …