Views
No views yet
1import tensorflow as tf 2from tensorflow.keras.models import load_model 3 4model = load_model('finetuned_best.h5') 5# Input: 224x224 RGB images 6# Output: 5 predictions (percentages)