@@ -6,6 +6,11 @@ This repository contains the framework for training emotion recognition models o
IEMOCAP dataset must be in data/IEMOCAP.
<<<<<<< HEAD
=======
! The scripts were made on a basis of 4 categories of emotion (neu, ang, sad, hap+exc). If you want to change those, you will have to change manually the scripts !
python ./local/scoring.py #model #session_test #nb_categories #batch #lr #--emotions(default:neu ang sad hap+exc, specific order needed) #--freeze(if parts of the model were frozen)
=======
python ./local/scoring.py #model #session_test #nb_categories #batch #lr #epoch #--emotions(default:neu ang sad hap+exc, specific order needed) #--freeze(if parts of the model were frozen)
>>>>>>> 9c8935c7502c8fd41da5a3818c80cdd9e37e0812
```
A confusion matrix and losses plot will be made, and all the files will be moves to a special directory (example: "model\_half\_resnet34/Sess1\_test/4emo\_100batch\_lr-0.0001").