Skip to content

Instantly share code, notes, and snippets.

@vsay01
Created January 22, 2020 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsay01/95ec5e6673a3460b84fc1b13d4991fe2 to your computer and use it in GitHub Desktop.
Save vsay01/95ec5e6673a3460b84fc1b13d4991fe2 to your computer and use it in GitHub Desktop.
print saved data from check point
print("model = ", model)
print("optimizer = ", optimizer)
print("start_epoch = ", start_epoch)
print("valid_loss_min = ", valid_loss_min)
print("valid_loss_min = {:.6f}".format(valid_loss_min))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment