Skip to content

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

Notifications You must be signed in to change notification settings

xiaoming-qxm/inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages