Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 464 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 464 Bytes

deep_learning_test

First install some deppendencies like csv, sys, numpy, cv2, PIL, glob and keras.

Then run: CIFAR10.py <train_folder> <test_folder> destination_folder>, destination_folder is where the outputs will be sent;

Then use: eval.py <truth.csv> <test.preds.csv> to evaluale <test.preds.csv> according to the ground truth <truth.csv>.