We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d128f commit 829c8cdCopy full SHA for 829c8cd
utils/train_model.py
@@ -131,5 +131,5 @@ def load_data(root_dir, shuffle=True):
131
print('Accuracy: {:0.3f}'.format(acc))
132
133
# Save model
134
-# model.save('data/model.h5')
+# model.save('../data/model.h5')
135
# print('Saved model to disk')
0 commit comments