Closed FeGeyer closed 5 years ago
Please check the confusion matrix of the latest model!
I also modified the init
if-condition in evaluate.py
. For now on, we do not need the additional keyword init
. The script checks automatically if prediction.txt
does exist inside model_path
.
Usage:
cd scripts
and thenpython evaluate.py <model_path> <encoder_path>
Restored confusion matrix changes
implemented decoding of class names
implemented normalizing of colorbar
Still one class is predicted with absolute probability, but the class itself changes. Ein Trainingsdurchlauf auf mini_dataset Anderer Trainingsdurchlauf auf mini_dataset
I think this is because of bad training, but i'm not absolutely sure.