Skip to content

Commit

Permalink
updated img
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Gehrig committed Jul 31, 2019
1 parent 36d49a5 commit b74bf37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def create_image(representation):
"state_dict": state_dict,
"min_val_loss": min_validation_loss,
"iteration": iteration
}, "log/checkpoint_%5d_%.4f.pth" % (iteration, min_validation_loss))
}, "log/checkpoint_%05d_%.4f.pth" % (iteration, min_validation_loss))

sum_accuracy = 0
sum_loss = 0
Expand Down
Binary file modified resources/tb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b74bf37

Please sign in to comment.