vlukiyanov / pt-avitm

PyTorch implementation of AVITM (Autoencoding Variational Inference For Topic Models)
MIT License
36 stars 6 forks source link

Issue in running the code #34

Closed MalaMahadevu closed 3 years ago

MalaMahadevu commented 3 years ago

When I run the file 20news.py file, im gettting the below error, although i have not changed the path of the ptavitm definition.

Error: File "c:\Users\MALA\pt-avitm-master\examples\20news\20news.py", line 15, in from ptavitm.model import train ModuleNotFoundError: No module named 'ptavitm'

vlukiyanov commented 3 years ago

I think you need to install the package, the paths isn't enough. See setup.py and README.md in the repo.