Skip to content

Instantly share code, notes, and snippets.

@AmrutaKoshe
Created July 13, 2021 08:04
Show Gist options
  • Save AmrutaKoshe/2701c47ea05c0a0664c06fe8f397e812 to your computer and use it in GitHub Desktop.
Save AmrutaKoshe/2701c47ea05c0a0664c06fe8f397e812 to your computer and use it in GitHub Desktop.
score = model.evaluate(val_gen, steps= len(val_gen))
for idx, metric in enumerate(model.metrics_names):
print('{}:{}'.format(metric, score[idx]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment