├── .gitignore ├── README.md └── retraining-example.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unography/Tensorflow-Examples/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unography/Tensorflow-Examples/HEAD/README.md -------------------------------------------------------------------------------- /retraining-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unography/Tensorflow-Examples/HEAD/retraining-example.py --------------------------------------------------------------------------------