pytorch-retinanet icon indicating copy to clipboard operation
pytorch-retinanet copied to clipboard

Why did you use sigmoid in classification head?

Open samra-irshad opened this issue 3 years ago • 1 comments

I think sigmoid is not an appropriate choice to use in case of multiple classes in classification branch

samra-irshad avatar Dec 10 '21 04:12 samra-irshad

In the paper, authors have said that they use sigmoid function to do the classification. They have tried softmax, but sigmoid is better probably.

Coobiw avatar Jan 16 '22 16:01 Coobiw