REQUIRES TF 1.0.0 

There is some way to use legacy seq2seq I suspect, but I couldn't figure it out. 

1. pip install tensorflow-gpu==1.0.0

2. Your FROM file should be giga-fren.release2.fixed.en
3. Your TO file should be giga-fren.release2.fixed.fr

4. To begin training: python translate.py --data_dir data/ --train_dir train/

5. To use live: python translate.py --decode --data_dir data/ --train_dir train/

translate2.py also has some text to speech as an example.