Skip to content

Commit

Permalink
Save non-best models also
Browse files Browse the repository at this point in the history
  • Loading branch information
rajpurkar committed Jan 21, 2017
1 parent 2667ff0 commit 62b4066
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 @@ -108,7 +108,7 @@ def save_params(params, start_time, net_type):

checkpointer = ModelCheckpoint(
filepath=get_filename_for_saving(start_time, net_type),
save_best_only=True,
save_best_only=False,
verbose=args.verbose)

network.fit(
Expand Down

0 comments on commit 62b4066

Please sign in to comment.