Replies: 1 comment
-
Hi @lidialuq , I think that because it also returns the feature maps: Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use DynUNet on the BraTS dataset. The inputs are of size [1, 4, 128, 128, 128], and I expect the output size to be [1, 3, 128, 128, 128] (batch size of 1, 3 labels) but instead I get [1, 4, 3, 128, 128, 128]. It seems to give a label for each input channel. Any pointers as to what I'm doing wrong would be much appreciated.
Here's how I'm initializing the network:
P.S.: I'm not sure if this is the place to ask beginner questions such as this, if not, is there a more appropriate forum?
Beta Was this translation helpful? Give feedback.
All reactions