WuJie1010 / Facial-Expression-Recognition.Pytorch

A CNN based pytorch implementation on facial expression recognition (FER2013 and CK+), achieving 73.112% (state-of-the-art) in FER2013 and 94.64% in CK+ dataset
MIT License
1.77k stars 546 forks source link

The code doesn't include validate function, is it? #128

Open YeeHoran opened 2 years ago

YeeHoran commented 2 years ago

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

WuJie1010 commented 2 years ago

FER doesn't have validation set. It only has public test and private test.

YeeHoran commented 2 years ago

oh, thank you for your reply!