google-research / language

Shared repository for open-sourced projects from the Google AI Language team.
https://ai.google/research/teams/language/
Apache License 2.0
1.62k stars 347 forks source link

python version #27

Open see-- opened 4 years ago

see-- commented 4 years ago

Which python3 version is tested? I run into many issues with Python 3.5.3. Such as iteritems vs items xrange vs range or trying to add zip + list variables.

Seohyeong commented 4 years ago

I think bert-joint repository is written in python 2. Check this out if you want python 3 implementation (https://github.com/google-research/language/issues/15#issuecomment-504375411).