Skip to content

[PAMI 2021] Gating Revisited: Deep Multi-layer RNNs That Can Be Trained

Notifications You must be signed in to change notification settings

0zgur0/STAckable-Recurrent-network

Repository files navigation

STAckable Recurrent (STAR) Network

[PAMI21] Tensorflow implementation for STAckable Recurrent (STAR) network based on our TPAMI paper:

Gating Revisited: Deep Multi-layer RNNs That Can Be Trained.

Getting Started

Run the model with

python main.py --cell bn-star --stack 4 --data pmnist

Citation

@article{turkoglu2021gating,
  title={Gating revisited: Deep multi-layer rnns that can be trained},
  author={Turkoglu, Mehmet Ozgur and D'Aronco, Stefano and Wegner, Jan and Schindler, Konrad},
  journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
  year={2021},
  publisher={IEEE}
}

The code is mostly based on https://github.com/JosvanderWesthuizen/janet.

Releases

No releases published

Packages

No packages published

Languages