Facial-Expression-Recognition
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?
Hello, how many layers of neural network are you using to extract features? Is the classifier softmax?Where is these content in the code?
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.