Skip to content

Instantly share code, notes, and snippets.

@kevakba
Created September 1, 2020 13:57
Show Gist options
  • Save kevakba/f99709fb0ae8fbc7c0596af6d71cb2f6 to your computer and use it in GitHub Desktop.
Save kevakba/f99709fb0ae8fbc7c0596af6d71cb2f6 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