Skip to content

Commit

Permalink
Update train_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tempdata73 authored Jun 24, 2019
1 parent 33d128f commit 829c8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/train_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ def load_data(root_dir, shuffle=True):
print('Accuracy: {:0.3f}'.format(acc))

# Save model
# model.save('data/model.h5')
# model.save('../data/model.h5')
# print('Saved model to disk')

0 comments on commit 829c8cd

Please sign in to comment.