A startup TensorFlow project for image classification.
Step 1: Download the data in npy: download the data from the link below
https://drive.google.com/file/d/0BxG1qYaVrovraVY3UFQ2bEFmOWc/view?usp=sharing
Step 2: unzip the downloaded zip file to ./data/
, so that the directory should be like this:
-- data --
|---- train_data.npy
|---- train_label.npy
|---- test_data.npy
|---- test_label.npy
Step 3: run python main.py