from sklearn.metrics import f1_score,precision_score,recall_score,roc_auc_score,roc_curve,confusion_matrix,accuracy_score,log_loss img_width = 224 #parameter:the width of image img_height = 224 ...