bartvm / nmt

Neural machine translation
MIT License
2 stars 2 forks source link

YAPF #16

Closed bartvm closed 8 years ago

bartvm commented 8 years ago

First pass over the code with YAPF and some manual fixes to make flake8 happy. There should be no functional changes, just formatting.

bartvm commented 8 years ago

Fixed printing in Python 3, as well as pickling and iteritems calls (so now depends on six being installed).