Skip to content

Instantly share code, notes, and snippets.

@kevakba
Created September 1, 2020 13:45
Show Gist options
  • Save kevakba/c944fc7d67abd277e6b9cc319fe28653 to your computer and use it in GitHub Desktop.
Save kevakba/c944fc7d67abd277e6b9cc319fe28653 to your computer and use it in GitHub Desktop.
plt.plot(epochs_range, loss, label='Training Loss')
plt.plot(epochs_range, val_loss, label='Validation Loss')
plt.legend(loc='upper right')
plt.title('Training and Validation Loss')
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment