Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 406 Bytes

File metadata and controls

14 lines (11 loc) · 406 Bytes

Dogs vs. Cats

TensorFlow example for Kaggle competition Dogs vs. Cats

Training

  1. Download dataset from Kaggle competition page
  2. Unzip train.zip to 'images' folder
  3. Then run 'train.py' to start training progress:
python train.py
  1. The model parameters will saved in 'model' directory

Prediction