Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 835 Bytes

File metadata and controls

34 lines (21 loc) · 835 Bytes

Recurrent Spatial Transformer Networks

Code for the paper http://arxiv.org/abs/1509.05329

The repository contains code for running

  • RNN-SPN model
  • FFN-SPN model

Example og RNN-SPN classifying cluttered MNIST sequences.

Example

Please cite [1] and Lasagne [2] if you use the code or the Transformerlayer.

References

  1. Recurrent Spatial Transformer Networks
  2. Lasagne: First release