Skip to content
Discussion options

You must be logged in to vote

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:

  1. If you do want to use this model weights, you could load all parameter weights but leave the last segmentation head layers from scratch.
  2. If you are following the research-contribution swin-unetr repo. https://github.com/Project-MONAI/research-contributions/tree/main/SwinUNETR/BTCV#models The framework is using the pre-trianed weights with only the encoder which is this model (https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/model_swinvit.pt), not the fine-tunned model.
    Using the SSL pretrained weights, you can …

Replies: 0 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by wyli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants