Open see-- opened 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.
Python 3.5.3
iteritems
items
xrange
range
zip
list
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).
Which python3 version is tested? I run into many issues with
Python 3.5.3
. Such asiteritems
vsitems
xrange
vsrange
or trying to addzip
+list
variables.