nateraw / Lda2vec-Tensorflow

Tensorflow 1.5 implementation of Chris Moody's Lda2vec, adapted from @meereeum
MIT License
107 stars 40 forks source link

change Imports so that they work with Python3.6 #20

Closed svirgilgood closed 5 years ago

svirgilgood commented 5 years ago

I couldn't get the imports to work for python3.6 unless I changed the imports to be like this.

nateraw commented 5 years ago

Looks good to me! Thanks.