Facial-Expression-Recognition icon indicating copy to clipboard operation
Facial-Expression-Recognition copied to clipboard

Hello, how many layers of neural network are you using to extract features? Is the classifier softmax?Where is these content in the code?

Open muyishengfei opened this issue 5 years ago • 1 comments

Hello, how many layers of neural network are you using to extract features? Is the classifier softmax?Where is these content in the code?

muyishengfei avatar Apr 14 '19 06:04 muyishengfei

The neural network model was defined in model.py. You can find the details of neural network from there. Recently, I intend to replace this model by Resnet18.

xionghc avatar May 10 '19 11:05 xionghc