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

Add Support for multi label classification #2

Open
oke-aditya opened this issue Jul 21, 2020 · 0 comments
Open

Add Support for multi label classification #2

oke-aditya opened this issue Jul 21, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Issue open for hactoberfest contributorrs help wanted Extra attention is needed

Comments

@oke-aditya
Copy link
Owner

🚀 Feature

Should take some time.
We can add an argument while creating models, num_labels: int = 1. If the user specifies that, then simply we can create an extra dense layer on with the top and return it in the model.

Also, we need to slightly alter the engine to support this. We will get two outs, o1, o2. We would need to compute metrics for both and provide other functions too.

Either we can use the same train_step and val_step or use different too.

@oke-aditya oke-aditya added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jul 21, 2020
@oke-aditya oke-aditya added the hacktoberfest Issue open for hactoberfest contributorrs label Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Issue open for hactoberfest contributorrs help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant