TensorFlow2.0_Image_Classification icon indicating copy to clipboard operation
TensorFlow2.0_Image_Classification copied to clipboard

Added useful common features for training & evaluation & testing

Open boguss1225 opened this issue 2 years ago • 0 comments

  1. Added 25 models from Keras API
  2. Auto Evaluation + Testing after training
  3. Added more metrics (AUC, Precision, Recall)
  4. Added early stop (patient=5) callback
  5. Added Saving Best model callback
  6. Added History saving function
  7. Auto input size adjustment

Hope this helpful!

boguss1225 avatar Dec 01 '22 05:12 boguss1225