Hi,
I am using tao-toolkit-tf:v3.22.05-tf1.15.5-py3
I trained classification models with same epochs and batch several times and the validation results for all models but EFFICIENTNET are the same.
For example the following is the classification report for the Darknet_19:
Classification Report
precision recall f1-score support1 0.00 0.00 0.00 2
2 0.80 1.00 0.89 8accuracy 0.80 10
macro avg 0.40 0.50 0.44 10
weighted avg 0.64 0.80 0.71 10
And this is for the GoogleNet:
Classification Report
precision recall f1-score support1 0.00 0.00 0.00 2
2 0.80 1.00 0.89 8accuracy 0.80 10
macro avg 0.40 0.50 0.44 10
weighted avg 0.64 0.80 0.71 10