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 e6e3b2f commit 073e887Copy full SHA for 073e887
README.md
@@ -1,5 +1,7 @@
1
# deep_learning_test
2
First install some deppendencies like csv, sys, numpy, cv2, PIL, glob and keras.
3
4
-Then run CIFAR10.py <set_folder> destination_folder>, destination_folder is where the outputs will be sent;
5
-Then use the eval.py <truth.csv> <test.preds.csv> to evaluale <test.preds.csv> according to the ground truth <truth.csv>.
+Then run: CIFAR10.py <set_folder> destination_folder>,
+ destination_folder is where the outputs will be sent;
6
+Then use: eval.py <truth.csv> <test.preds.csv> to evaluale <test.preds.csv>
7
+ according to the ground truth <truth.csv>.
0 commit comments