Skip to content

Commit 829c8cd

Browse files
authored
Update train_model.py
1 parent 33d128f commit 829c8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/train_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ def load_data(root_dir, shuffle=True):
131131
print('Accuracy: {:0.3f}'.format(acc))
132132

133133
# Save model
134-
# model.save('data/model.h5')
134+
# model.save('../data/model.h5')
135135
# print('Saved model to disk')

0 commit comments

Comments
 (0)