-
I am working MR to CT synthesis and was reading about checkerboard artifacts and transposed convolutions vs upsample convolutions.
Does monai currently provide any UNet (or UNet-like) model that can use upsample convolutions in the decoder layers? |
Beta Was this translation helpful? Give feedback.
Answered by
dyollb
Jun 12, 2024
Replies: 1 comment
-
Hmm. I see for many networks you can set
But not in Btw. I know this is unrelated and doesn't belong in this discussion, but is there any overview or guidance to help choose one the many versions of U-Net in MONAI? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dyollb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmm. I see for many networks you can set
upsample="nontrainable"
But not in
UNet
(which is what I was using) orDynUNet
(I think).Btw. I know this is unrelated and doesn't belong in this discussion, but is there any overview or guidance to help choose one the many versions of U-Net in MONAI?