phamquiluan / ResidualMaskingNetwork

ICPR 2020: Facial Expression Recognition using Residual Masking Network
https://ieeexplore.ieee.org/document/9411919
MIT License
453 stars 92 forks source link

How do you get 74% accuracy #41

Open zhuning123-bur opened 2 years ago

zhuning123-bur commented 2 years ago

sorry, I tried to run the main_fer2013.py file and specified the model name is resnet34,I can got 72.88%, but specified the model name is resmasking_dropout1, I only got 69.09% accuracy on the private test dataset. What caused this? I also refer to 7# .

bboogi commented 1 year ago

me too