Skip to content
Discussion options

You must be logged in to vote

Hi @Kiarashdnsh, thanks for your interest here.

  • In your case, you downsample the image twice and upsample only once, so your output shape is different from the label. You can simply update the stride to (1, 2, 2).
    And for more details about how to set the parameters of the DynUNet, you can refer to

    The model supports 2D or 3D inputs and is consisted with four kinds of blocks:
    one input block, `n` downsample blocks, one bottleneck and `n+1` upsample blocks. Where, `n>0`.
    The first and last kernel and stride values of the input sequences are used for input block and
    bottleneck respectively, and t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Kiarashdnsh
Comment options

@KumoLiu
Comment options

Answer selected by Kiarashdnsh
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