Facial-Expression-Recognition.Pytorch
Facial-Expression-Recognition.Pytorch copied to clipboard
The code doesn't include validate function, is it?
Dear,
I see through the FER code "main_FER.py" carefully, but don't see any code about validation. However, there exist public test and private test. I wonder does the public test means to replace validation?
Thank you!
Yee Horan
FER doesn't have validation set. It only has public test and private test.
oh, thank you for your reply!