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

Support for multilabel classificaiton #8

Open
neillbyrne opened this issue Oct 13, 2021 · 6 comments
Open

Support for multilabel classificaiton #8

neillbyrne opened this issue Oct 13, 2021 · 6 comments
Labels
enhancement New feature or request

Comments

@neillbyrne
Copy link

Hi, thanks for assembling this project. I was wondering if there were any plans to incorporate multi-label classification. The labels API on the forward pass would be ideally changed from a single dim tensor (batch_size) of correct class indexes to a 2 dim tensor of (batch_size, n_labels) with binary indicators to remain consistent. Thanks again

@senaerdogan
Copy link

Hello, is there any news on the multilabel classification problem? Also, @neillbyrne have you managed to solve your problem? I have a multilabel text classification problem but I could not manage to use this project :(

@jrivd
Copy link

jrivd commented Feb 24, 2023

Hi there. I find this toolkit awesome. Did anyone get to try multilabel here anyhow? Thanks!

@camilleduchesne
Copy link

Hi there! I'm still experiencing issues with multilabel classification. Even with the binary classification example you presented in your google collab, at prediction time, the model breaks. Does anyone know how to solve this? Thanks so much!

Capture d’écran, le 2023-03-21 à 16 55 20

@apethree
Copy link

Same problem I am facing. #40 created a bug.

@akashsaravanan-georgian akashsaravanan-georgian added the enhancement New feature or request label May 10, 2023
@jtfields
Copy link
Contributor

It sounds like multi-label classification has been added as a potential enhancement. Does anyone know if the Multimodal Toolkit supports multi-class classification?

@akashsaravanan-georgian
Copy link
Contributor

@jtfields multi-class classification is supported. You can try it out with this dataset.

Multi-label classification is currently not supported and is not likely to be added soon.

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

No branches or pull requests

7 participants