-
Notifications
You must be signed in to change notification settings - Fork 653
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
Modifications needed for multi-label classification #88
Comments
If you read/run the code as is, you will see this is already a multiclass
classifier.
…On Sat, Jan 19, 2019, 4:18 PM Shantanu Acharya ***@***.*** wrote:
If I want to apply this model to a multi-class multi-label classification,
what changes would be required for me to make on the Mask() layer? Can
you give me any hint?
Will there be any other changes that I would have to make?
Thank You.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#88>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADmCPEiCcNqwekRdPmTHf5EqGvbwh59Yks5vE4ungaJpZM4aJVnS>
.
|
@Ryanglambert I was asking for a multi-label classifier, where each image can contain multiple objects, so for example, the output of an image can be CapsNet-Keras/capsulelayers.py Lines 47 to 62 in 923809b
And when I ran the code as it is on my dataset, the accuracy was not improving, it wasn't going above 0.5. So I just wanted to know, is there any place else except the Mask layer where the changes have to be made for a multi-label classifier?
|
@shan18 |
Okay, understood. Thank you for your help. |
If I want to apply this model to a multi-class multi-label classification, what changes would be required for me to make on the
Mask()
layer? Can you give me any hint?Will there be any other changes that I would have to make?
Thank You.
The text was updated successfully, but these errors were encountered: