Inception v3 in Keras: Reimplementation of Inception-v3 official tensorflow version.
This is a re-implementation of original Inception-v3 which is based on tensorflow. The official repository is available here
The arxiv paper Rethinking the Inception Architecture for Computer Vision is avaiable here.
You can run main.py
to see usage of Inception-v3.
cd /path/to/inception
python main.py
main.py
is a naive script to classify CIFAR-10 using Inception v3.