Closed JimReno closed 2 years ago
The issue above may help you.
Regards, Sungguk Cha
15 The issue above may help you.
Regards, Sungguk Cha
Thank you gukcha for the lighting speed reply. I have installed timm==0.6.7
. Sine this issue has been solved. I will close this issue.
Thank you chenko for the great work! I tried to use effifientNet model to predict facial emotions. I used code from
test_hsemotion_package.ipynb
. I downloaded thexx.pt
file from themodels
folder and load it from a local directory. The model loaded well. But an error occurs when executingfer.predict_emotions(frame,logits=True)
Here is my code.The error is:
My timm version is 0.4.5. Any idea on how to solve this issue?