Replies: 1 comment 1 reply
-
Hi @LSnyd , Thanks for your interest here. Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I build a 3D Segmentation pipeline that does not perform well, but at least runs with UNet.
I now want to switch to DynUNet, but the output dimensions are different. Even though I configure them with the same output dimension.
For UNet my output dimensions are [4, 2, 96, 96, 96], while for DynUNet its [4, 4, 2, 96, 96, 96].
The networks are configured the following way:
Does anybody know where the extra dimension in the output of DynUnet comes from?
Beta Was this translation helpful? Give feedback.
All reactions