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)
```
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").
To launch the evaluation with cross-validation (all sessions must have a model trained with the same hyperparameters), run:
```bash
python ./local/scoring_cross_validation.py #model #nb_categories #batch #lr #--emotions(default:neu ang sad hap+exc, specific order needed) #--freeze(if parts of the model were frozen)
```
Only a confusion matrix will be plotted and will be saved under a special directory (example: "model\_half\_resnet34/Sess\_all\_cross-valid/4emo\_100batch\_lr-0.0001")