Skip to content

A Chainer implementation of Spatial Transformer Networks trained on MNIST

Notifications You must be signed in to change notification settings

hvy/chainer-spatial-transformer-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spatial Transformer Networks

Chainer implementations of Spatial Transformer Networks https://arxiv.org/abs/1506.02025.

This implementation tries to reproduce the distorted MNIST dataset described in the original paper.

Transformation Grid Sample

An animation of the transformation grids from iteration 0 to 200 using a batch size of 128.

Loss and accuracy plots of the ST-CNN model, compared to a CNN without the spatial transformer (ST) layer, CNN(Pooling). Since the first layer becomes an average pooling layer, we also plot the training curves of a CNN without both the ST layer and the average pooling operation, CNN.

Train

python train.py --max-iter 1000 --out result --gpu 0

About

A Chainer implementation of Spatial Transformer Networks trained on MNIST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages