Skip to content

Instantly share code, notes, and snippets.

@um4ng-tiw
Created July 13, 2021 06:19
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 um4ng-tiw/9bf556c8669a4ce0269e9e7f5e182758 to your computer and use it in GitHub Desktop.
Save um4ng-tiw/9bf556c8669a4ce0269e9e7f5e182758 to your computer and use it in GitHub Desktop.
plt.plot(history.history['accuracy'])
plt.plot(history.history['val_accuracy'])
plt.title('model accuracy')
plt.ylabel('accuracy')
plt.xlabel('epoch')
plt.legend(['train', 'test'], loc='upper left')
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment