Skip to content

Self supervised SwinUnetr Pretrained weight usage #1382

Closed Answered by KumoLiu
justinzhang528 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @justinzhang528, I think you can find more details in this tutorial about how to use this pre-trained weight.

model = SwinUNETR(
    img_size=(96, 96, 96),
    in_channels=1,
    out_channels=14,
    feature_size=48,
    drop_rate=0.0,
    attn_drop_rate=0.0,
    dropout_path_rate=0.0,
    use_checkpoint=True,
)

Hope it can help you, thanks!

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@justinzhang528
Comment options

Answer selected by justinzhang528
Comment options

You must be logged in to vote
1 reply
@justinzhang528
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants