PyTorch implementation of Long Short-Term Memory with Dynamic Skip Connections (AAAI 2019).
Tensorflow implementation at https://github.com/lecholin/DynamicLSTM
Python 3.6.5 PyTorch 1.0.0
Only implemented the number prediction task. Currently working on language modeling task.
Please cite the original paper:
@article{gui2018long,
title={Long Short-Term Memory with Dynamic Skip Connections},
author={Gui, Tao and Zhang, Qi and Zhao, Lujun and Lin, Yaosong and Peng, Minlong and Gong, Jingjing and Huang, Xuanjing},
journal={arXiv preprint arXiv:1811.03873},
year={2018}
}