nateraw / Lda2vec-Tensorflow

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

Set up unittest suite to avoid future broken parameter configurations #41

Open nateraw opened 5 years ago

nateraw commented 5 years ago

I keep updating parts of the code that lead to bugs in other parts when certain configurations are passed. We should have unittest suite that can automatically test to see if model initialization works for a variety of parameters.

nateraw commented 5 years ago

@dbl001 this will make your life easier. If you have experience with writing unittest suite stuff, let me know. Otherwise, I'll be looking into it ASAP.