Skip to content

Implementation for "Rational Recurrences", Peng et al., EMNLP 2018.

License

Notifications You must be signed in to change notification settings

Noahs-ARK/rational-recurrences

Repository files navigation

Rational Recurrences

PyTorch implementation for Rational Recurrences.

Reference:

@InProceedings{peng2018rational,
  author = {Peng, Hao and Schwartz, Roy and Thomson, Sam and Smith, Noah A.},
  title     = {Rational Recurrences},
  booktitle = {In Proceedings of the Conference on Empirical Methods in Natural Language Processing},
  year      = {2018}
}

## Setup

Install Anaconda 4.6.2.

To install this project's dependencies into a conda virtualenv:

conda env create -f environment.yml
conda activate rational-recurrences
conda install pytorch=0.3.1 cuda80 -c pytorch
pip install pynvrtc

About

Implementation for "Rational Recurrences", Peng et al., EMNLP 2018.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages