TensorFlow2.0_Image_Classification
TensorFlow2.0_Image_Classification copied to clipboard
Added useful common features for training & evaluation & testing
- Added 25 models from Keras API
- Auto Evaluation + Testing after training
- Added more metrics (AUC, Precision, Recall)
- Added early stop (patient=5) callback
- Added Saving Best model callback
- Added History saving function
- Auto input size adjustment
Hope this helpful!