nateraw / Lda2vec-Tensorflow

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

Clean up files that were restored from compiled pyc #23

Closed nateraw closed 5 years ago

nateraw commented 5 years ago

Previously, the code had to be restored from compiled C, and I never reformatted it. Because of this, the format of the code got messed up. Should go back in and fix it up to make it look pretty.