WildChlamydia / MiVOLO

MiVOLO age & gender transformer neural network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request for guidelines on training on multitask classification

gd1925 opened this issue · comments

Hi,

I'm looking to train a custom dataset for multitask classification and I'm interested in trying to use the MiVOLO. Could you please provide some guidelines or advice on how to proceed with this? Any help would be greatly appreciated!

Thank you.

Hello! Sorry for the delayed response, was on vacation.

You can definitely do it, and it's not very complicated. To achieve this, you'll need to integrate MiVOLO with the original timm train code (please note that we can't provide this specific code at the moment). The procedure is similar to working with regular models. However, in your case, there will be N outputs and N loss functions. You can combine them and experiment accordingly.