You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I went through this repository after reading your paper. Architecture on page 6, shows the final classification layer to produce feature maps of shape (240, 240, 2) which may indicate the use of a Softmax activation (not specified in the paper).
On the contrary, model used in code has a classification layer of shape (240, 240, 1) using Sigmoid activation.
Kindly clarify this ambiguity.
The text was updated successfully, but these errors were encountered:
Hi!
I went through this repository after reading your paper. Architecture on page 6, shows the final classification layer to produce feature maps of shape (240, 240, 2) which may indicate the use of a Softmax activation (not specified in the paper).
On the contrary, model used in code has a classification layer of shape (240, 240, 1) using Sigmoid activation.
Kindly clarify this ambiguity.
The text was updated successfully, but these errors were encountered: