The repo contains the jupyter notebook for 2 related the blog posts
An Easy Guide to build new TensorFlow Datasets and Estimator with Keras Model keras_estimator_vgg16-cat_vs_dog.ipynb
How to leverage TensorFlow's TFRecord to train Keras model keras_estimator_vgg16-cat_vs_dog-TFRecord.ipynb
Python 3.5, numpy, tensorflow, pillow
Run the python notebook by cd into the directory in command line then run
jupyter notebook
Select any of the two *.ipynb files in the browser
Happy coding! Leave a comment in my post if you have any question.