Replies: 1 comment
-
Hi @Guoxt, thanks for your interest here. Such as:
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
-
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 to add a sigmoid activation to the last layer of the monai.networks.nets.UNet architecture for deep learning applications?
Beta Was this translation helpful? Give feedback.
All reactions