Skip to content

Commit

Permalink
Print extra info in model save
Browse files Browse the repository at this point in the history
  • Loading branch information
rajpurkar committed Jan 17, 2017
1 parent 535a860 commit cb61d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecg/train-keras.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_folder_name(start_time, net_type):

def get_filename_for_saving(start_time, net_type):
saved_filename = get_folder_name(start_time, net_type) + \
"/{epoch:002d}-{val_loss:.2f}.hdf5"
"/{val_loss:.3f}-{val_acc.3f}-{epoch:002d}-{loss.3f}-{acc.3f}.hdf5"
return saved_filename


Expand Down

0 comments on commit cb61d85

Please sign in to comment.