Replies: 1 comment
-
Hi @Guoxt, please refer to this discussion: #5796 Hope it helps, 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
-
I would like to obtain the feature map from the last layer of the UNet network implemented in monai.networks.nets.UNet(spatial_dims, in_channels, out_channels, channels, strides, kernel_size=3, up_kernel_size=3, num_res_units=0, act='PRELU', norm='INSTANCE', dropout=0.0, bias=True, adn_ordering='NDA'). How can I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions