Skip to content

Commit 29dd920

Browse files
committed
write results also to tmp folder
1 parent d229326 commit 29dd920

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

image_recognition_tensorflow/test/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

image_recognition_tensorflow/test/test_retrain_and_evaluate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ def test_retrain_and_evaluate():
1717
main(os.path.join(assets_path, "training"), models_path, models_path, defaults.steps, defaults.batch)
1818
accuracy = evaluate_classifier(os.path.join(models_path, "output_graph.pb"),
1919
os.path.join(models_path, "output_labels.txt"),
20-
os.path.join(assets_path, "verification"), "result.csv")
20+
os.path.join(assets_path, "verification"), "/tmp/result.csv")
2121
assert accuracy > 0.5

0 commit comments

Comments
 (0)