-
Hello, For the count loss, the input, which is a probability map, ranges from [0,1], and should be a result of applying the sigmoid activation function after the 2nd final convolutional layer. Is that right? I got confused by the wording here: Link to code: https://github.com/TuragaLab/DECODE/blob/master/decode/neuralfitter/loss.py Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
ASpeiser
Jan 17, 2022
Replies: 1 comment
-
Yes exactly. The Comment you mention is part of a different loss function that is not in use in the current version. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Haydnspass
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes exactly. The Comment you mention is part of a different loss function that is not in use in the current version.