Skip to content

Instantly share code, notes, and snippets.

@ParthNipunDave
Created May 31, 2021 17:53
Show Gist options
  • Save ParthNipunDave/d48afa8335fee9681aa3af8368274093 to your computer and use it in GitHub Desktop.
Save ParthNipunDave/d48afa8335fee9681aa3af8368274093 to your computer and use it in GitHub Desktop.
plt.plot(resnet_history.history["loss"],label="train")
plt.plot(resnet_history.history["val_loss"],label="val")
plt.title("Training Loss and Validation Loss")
plt.legend()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment