facebookresearch / SentEval

A python tool for evaluating the quality of sentence embeddings.
Other
2.09k stars 309 forks source link

Python 3.x compatibility #4

Closed tscheepers closed 7 years ago

tscheepers commented 7 years ago

I'm currently incorporating SentEval in my training procedure, so it evaluates intermediate model parameters every x training steps. However I'm now finding myself hacking the code to make it work with Python 3.6, which I need for other components in my model. It would be wonderful if SentEval had out of the box support for Python 3.x.

aconneau commented 7 years ago

Can you list the bugs you faced to make it easier for us to fix it and make SentEval python 3.x compatible? We also welcome PRs.

tscheepers commented 7 years ago

PR #5 submitted 😁