Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply in multi-label task #13

Open
oguriq opened this issue Jul 9, 2018 · 3 comments
Open

Apply in multi-label task #13

oguriq opened this issue Jul 9, 2018 · 3 comments

Comments

@oguriq
Copy link

oguriq commented Jul 9, 2018

Hi, I want to know if this function can be directly applied in the multi-label task. I used to use the binary-crossentropy as my loss function in the multi-label task , now I want to use focal loss to replace it. Should I make some changes or not ? Anybody help?

@kmh93
Copy link

kmh93 commented Aug 1, 2018

I think you can not use it directly

@umbertogriffo
Copy link

@heya5
Copy link

heya5 commented Jan 21, 2019

When I used softmax for binary classification, the program ran without error, but I deduced that the calculation process was wrong. We can see that only 0 and 1 are compared in this code, so it can't be used for multi-classification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants