Closed Pab0 closed 5 years ago
Thanks for sending this. I'd prefer not checking this in, since I'm not sure how compatible it is with all the different environments out there.
However, the lack of PY3 support in get_char_vocab.py
is indeed a bug and that's been fixed in 9d1ee1972f6e34eb5d1dcbb1fd9b9efdf53fc298
From my POV using this repository for a research study, the repo appears to be broken "as is" for the reasons stated in the PR.
After I include these two commits, my issues with ./setup_training.sh are resolved. If you choose not to check these changes in, I would recommend at least linking this PR in the relevant section of the readme.
When running setup_training.py in a Python3 environment, the following scripts throw syntax errors:
Forcing use of Python2 for these scripts allows setup_training.py to execute successfully.