-
Notifications
You must be signed in to change notification settings - Fork 20
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
loss #29
Comments
Thank you for the amazing work your team has done and for sharing your contributions in Facial Expression Recognition (FER). I was wondering if it would be possible for you to provide the training and inference code for LP (Linear Probing) or FT (Fine-Tuning) used in your FER experiments. It would be incredibly helpful for furthering my understanding and experiments. |
Hi Zack,
The
The code for FER is very similar to the code for attributes classification, as it's just adding the MARLIN encoder and a linear layer. You can easily convert the code for attribute classification to FER. |
Regarding Negative Loss Values Attribute Classification Code and CMU-MOSEI Dataset |
Thank you sincerely for your timely response and for addressing my questions. I truly appreciate your support and valuable insights. |
** Should the save loss be set this way?** checkpoint_callback = ModelCheckpoint( |
Hello,
I hope you're doing well. I would appreciate your insights regarding some loss values I observed during training. Specifically, I encountered the following values for v_num=12:
val_loss = -1.61
val_d_loss = -1.72
val_d_loss0 = -1.72
val_g_loss = 0.109
val_rec_loss = 0.116
val_adv_loss = -0.00658
I am curious if these values seem reasonable, especially given the negative values for val_loss and val_d_loss. I would appreciate any guidance on whether this behavior is expected or if it may indicate an issue with my setup or training process.
Thank you in advance for your help!
Best regards,
Zack
The text was updated successfully, but these errors were encountered: