Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 657 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 657 Bytes

Inception v3

Inception v3 in Keras: Reimplementation of Inception-v3 official tensorflow version.

Disclaimer

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.

Usage

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.