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

Can I do Hierarchical Multi Label Classification using mmclassification ? #823

Closed
Balakumaran-kandula opened this issue May 7, 2022 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@Balakumaran-kandula
Copy link

Lets say i have classes as multiple vectors (e.g) { "object":[cat , dog, hen , horse], "color":[ black , brown, white , grey], "number of animals":[1,2,3,4,5] } , i then wanted to train a single model which give results for all the different hierarchy of inputs ?

For this is it possible to give Classes as a 2d vector like [[horses,cat,dog],[black,white,gray]] and train on them?

@Balakumaran-kandula Balakumaran-kandula added the help wanted Extra attention is needed label May 7, 2022
@Ezra-Yu
Copy link
Collaborator

Ezra-Yu commented May 8, 2022

You can try the multi-task classification task, refer to #808

@tonysy
Copy link
Collaborator

tonysy commented Dec 12, 2022

This issue will be closed as it is inactive, feel free to re-open it if necessary.

@tonysy tonysy closed this as completed Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants