You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So currently I trained a 7-class (7 emotions) repvgg model using dataset A.
I wish to further fine-tune the model to fit a 2-class (gaze engaged and gaze not engaged) dataset.
The classes are different for the two datasets but present similarities in the features.
I tried to resume training from the checkpoint saved for 7-class model. I changed the raf-db-basic_bs32_subfolder.py file to fit the second dataset. I ran the following codes:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So currently I trained a 7-class (7 emotions) repvgg model using dataset A.
I wish to further fine-tune the model to fit a 2-class (gaze engaged and gaze not engaged) dataset.
The classes are different for the two datasets but present similarities in the features.
I tried to resume training from the checkpoint saved for 7-class model. I changed the
raf-db-basic_bs32_subfolder.py
file to fit the second dataset. I ran the following codes:This will result in
ValueError: not enough values to unpack (expected 2, got 1)
May I know whats the correct way to do so?
Beta Was this translation helpful? Give feedback.
All reactions