Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save n0obcoder/635ddc855cda796781f5bb31edc241c9 to your computer and use it in GitHub Desktop.

Select an option

Save n0obcoder/635ddc855cda796781f5bb31edc241c9 to your computer and use it in GitHub Desktop.
# 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