Ry0 / inception

Inception v3 in Keras: Re-implementation of Inception-v3 official tensorflow version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Inception v3 in Keras: Re-implementation of Inception-v3 official tensorflow version


Languages

Language:Python 100.0%