Changing final activation function from Relu to Softmax in DenseNet CNN #2911
Unanswered
LaiaHumbertVidan
asked this question in
Q&A
Replies: 1 comment
-
I think you can use MONAI/monai/networks/nets/densenet.py Lines 247 to 250 in 7cfc8ea |
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
-
Hi, is there a simple way of changing the activation function of the final layers of the DenseNet CNN from Relu to Sigmoid for a binary classification application in Monai?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions