nateraw / Lda2vec-Tensorflow

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

See if fetching only the required values for that epoch step is faster #36

Closed nateraw closed 5 years ago

nateraw commented 5 years ago

When saving the model or printing metrics, we need certain values. However, if we don't need those values on that step, we should see if it's faster to just not grab them. Also - double check that this doesn't mess with training!

nateraw commented 5 years ago

Closing due to inactivity. Will revisit optimizations later.