fer icon indicating copy to clipboard operation
fer copied to clipboard

Code for the paper "Facial Emotion Recognition: State of the Art Performance on FER2013"

Results 5 fer issues
Sort by recently updated
recently updated
newest added

Hello. Manage work experience But it gives me this error ![Capture](https://user-images.githubusercontent.com/42197207/173562245-35d6df80-0457-46cd-8c37-fdc1712352ad.PNG) What is the solution?

Hello, I reproduce your project. I trained according to the readme file and obtained 92% + train accuracy and 73% + Eval accuracy. Then I integrated the train and eval...

In utils > loops.py `outputs = net(inputs)` I check the output ,it's nan: `check = int((outputs != outputs).sum())` `if(check>0):` ` print("your data contains Nan")` `else:` ` print("Your data does not...

Hi I have tested your model for 300 epochs without editing any codes. But I cannot achieve the same accuracy of 73.28%. I wanna ask for your GPU edition to...