Abdullah Shafin
Abdullah Shafin
Hi @umbertogriffo Thanks for the reply! Do you mean using softmax for multi-label classification (like [facebook paper](https://research.fb.com/publications/exploring-the-limits-of-weakly-supervised-pretraining/))? It's still a bit unclear. _Normally_, softmax is not used for multi-label classification....
@umbertogriffo thanks a lot for your reply and for the clarification. I tried to use your code with a few modifications for multi-label classification. After looking at the code in...
@umbertogriffo Sorry, I've been busy in verifying if my approach was indeed right or not. It seems as of now, my loss function is not correct. Once I have the...