Created
August 28, 2019 21:09
-
-
Save n0obcoder/635ddc855cda796781f5bb31edc241c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Plotting the epoch losses | |
| plt.plot(losses) | |
| plt.title('Loss VS Epoch') | |
| plt.xlabel('#Epoch') | |
| plt.ylabel('Loss') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment