desire2020 / Back-N-Forth

Code base for the Back-N-Forth algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Back-N-Forth

Code base for reproducing experimental results for the proposed Back-N-Forth algorithm.

To run the automatic evaluation, download the checkpoints, unzip them and run

   python main.py --eval_mode=True

To run the interactive demo, run:

   python main.py --start_server=True

To train a model on your own machine, simply run:

   python main.py

About

Code base for the Back-N-Forth algorithm

License:MIT License


Languages

Language:Jupyter Notebook 90.5%Language:Python 9.5%