Maluuba / gensen

Learning General Purpose Distributed Sentence Representations via Large Scale Multi-task Learning
Other
311 stars 43 forks source link

print() is a function in Python 3 #1

Closed cclauss closed 4 years ago

MaximumEntropy commented 6 years ago

Hi @cclauss thanks for the PR. The primary reason we haven't added python 3 support yet is because of an issue with the way h5py reads pre-trained the word embedding hdf5 file in python 2 vs 3. Once I've fixed that, we can merge python 3 support using this PR.

cclauss commented 6 years ago

This PR works great in Python 2. There is no need to wait.