1
2
3
# Load model
model = keras.models.load_model(path_to_model)
print('Model loaded')