Skip to content

Instantly share code, notes, and snippets.

@sgsg704
Created September 9, 2021 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgsg704/6ea5615b5acf805b12111949056c1d2d to your computer and use it in GitHub Desktop.
Save sgsg704/6ea5615b5acf805b12111949056c1d2d to your computer and use it in GitHub Desktop.
val_accuracy = np.mean(history.history['val_accuracy'])
print("\n%s: %.2f%%" % ('val_accuracy', val_accuracy*100))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment