Skip to content

Moodstocks/inception.torch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inception.torch

th

googlenet = dofile('googlenet.lua')
model = googlenet({cudnn.SpatialConvolution, cudnn.SpatialMaxPooling, cudnn.ReLU, 'BDHW', 'cudnn'})

print(model)

This repository contains a reference pre-trained network for the Inception model, complementing the Google publication.

Going Deeper with Convolutions, CVPR 2015. Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Dumitru Erhan, Vincent Vanhoucke, Andrew Rabinovich.

You can view "inception.ipynb" directly on GitHub, or clone the repository, install dependencies listed in the notebook and play with code locally.

You may also be interested in the Multibox approach that uses the Inception architecture for object detection, also available on GitHub.

Disclaimer: this is not an official Google product (experimental or otherwise).

Releases

No releases published

Packages

No packages published

Languages

  • Lua 68.1%
  • Python 31.9%