lda2vec-tf icon indicating copy to clipboard operation
lda2vec-tf copied to clipboard

Import of module "projector" not working with Tensorflow 2

Open mwunderlich opened this issue 3 years ago • 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.

mwunderlich avatar May 03 '21 08:05 mwunderlich