Skip to content

Instantly share code, notes, and snippets.

View rk-ka's full-sized avatar

Roman Kuchukov rk-ka

View GitHub Profile
'''This script goes along the blog post
"Building powerful image classification models using very little data"
from blog.keras.io.
It uses data that can be downloaded at:
https://www.kaggle.com/c/dogs-vs-cats/data
In our setup, we:
- created a data/ folder
- created train/ and validation/ subfolders inside data/