pip install tensor2tensor==1.13.2
First, you need to change PaperGenerationProblem.py line 20 with the URL to the dataset created using the code specied in the main README.
python t2t_paper_generation_problem/train.py
usage: train.py [-h] [--folder FOLDER] [--model MODEL]
[--hparams_set HPARAMS_SET]
optional arguments:
-h, --help show this help message and exit
--folder FOLDER
--model MODEL
--hparams_set HPARAMS_SET
See Tensor2Tensor