-
Notifications
You must be signed in to change notification settings - Fork 61
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
Handle the multi-label task? #7
Comments
Sounds like a good idea !! |
I'm interested in this too. Have you already worked on this? If not, I forked your repository and am working on it right now. |
That's great !! I haven't started yet. Here's my idea. It's rough and maybe you can help me with this.
where For multi-labeled feature, I was thinking about providing another label file. Like this:
where
where the above feature not only labeled Besides, Any suggestion? |
That was pretty much what I had in mind. I will work out some stuff (still reading in on your code), and will come back on this. |
Hi~ @supergrover, @hsiangsky I almost finish the support of multi-label. |
@botonchou working on it now |
Because my data IO class sucks, I decided to refactor it first. Most of the functions needed in multi-class classification are done. Do you want to start from that branch ? |
Yes, please push. I will play around with it, although for consistency I think you should finish it |
It's on branch feature/multi-label. Thanks : ) |
Hi Chou,
It seems that the libdnn couldn't handle the multi-label task.
Would you like to add this new feature in the future?
The text was updated successfully, but these errors were encountered: