Skip to content

Instantly share code, notes, and snippets.

@tanmayymishra
Created September 21, 2021 19:38
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 tanmayymishra/dc72044add5f629a50a743bdb1d39306 to your computer and use it in GitHub Desktop.
Save tanmayymishra/dc72044add5f629a50a743bdb1d39306 to your computer and use it in GitHub Desktop.
tyre
plt.plot(history.history['accuracy'])
plt.plot(history.history['val_accuracy'])
plt.title("Model Accuracy")
plt.xlabel("Epoch")
plt.ylabel("Accuracy")
plt.legend(["Train", "Test"], loc= "lower right");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment