What's this

Implementation of GoogLeNet by chainer

Dependencies

git clone https://github.com/nutszebra/googlenet.git
cd googlenet
git submodule init
git submodule update

How to run

python main.py -p ./ -g 0 

Details about my implementation

Cifar10 result

network depth total accuracy (%)
my implementation 22 91.33
loss total accuracy

References

Going Deeper with Convolutions [1]
Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift [2]
Rethinking the Inception Architecture for Computer Vision [3]