nateraw / Lda2vec-Tensorflow

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

Add Dockerfile #48

Closed nateraw closed 5 years ago

nateraw commented 5 years ago

There are some strange nuances in the different versions of tensorflow. Since my hardware setup restricts me to using tensorflow 1.5, the setup for this repo is kind of strange. By adding a dockerfile, you should be able to mimic my environment exactly. Only issue is that mac is not supported by nvidia docker. Still the same headache basically, but at least the environment would be the same with the Dockerfile on Linux + Windows.

nateraw commented 5 years ago

Perhaps unnecessary with #50