av-savchenko / face-emotion-recognition

Efficient face emotion recognition in photos and videos
Apache License 2.0
654 stars 124 forks source link

Request for guidelines on training on multitask classification #44

Closed gd1925 closed 11 months ago

gd1925 commented 1 year ago

Hi,

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

Thank you.

av-savchenko commented 1 year ago

Hello! Please look at the section "Multi-task: FER+Valence-Arousal" at train_emotions-pytorch.ipynb. Section "Multi-task challenge" at abaw3_train.ipynb and abaw4_mtl_train.ipynb may also help, though in the latter notebook, I actually train three heads separately

gd1925 commented 1 year ago

Hi @HSE-asavchenko, Thanks a ton for your reply! I will try to see whichever I can understand and try to train using it.