meereeum/lda2vec-tf

Import of module "projector" not working with Tensorflow 2

Opened this issue · 0 comments

To get the import working, change line
from tensorflow.contrib.tensorboard.plugins import projector
to
from tensorboard.plugins import projector
in files model.py and save_embeds.py.