/Dogs_vs_Cats

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

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