Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hepesu authored Jan 3, 2018
1 parent bb69a6e commit 184b2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ def residual_block(input_tensor, filters, shortcut_conv=False):
callbacks=[checkpointer]
)

model.save_weights('model_final.h5')
model.save('model_final.h5')

0 comments on commit 184b2c9

Please sign in to comment.