Created
January 22, 2020 13:01
-
-
Save vsay01/95ec5e6673a3460b84fc1b13d4991fe2 to your computer and use it in GitHub Desktop.
print saved data from check point
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
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