MIND-Lab / OCTIS

OCTIS: Comparing Topic Models is Simple! A python package to optimize and evaluate topic models (accepted at EACL2021 demo track)
MIT License
730 stars 105 forks source link

Not able to run ProdLDA #9

Closed rsreetech closed 3 years ago

rsreetech commented 3 years ago

Description

I tried: from octis.models.ProdLDA import ProdLDA

and get the following error: d:\octisexp\lib\site-packages\octis\models\pytorchavitm__init__.py in 1 """Init package""" 2 ----> 3 from octis.models.pytorchavitm.avitm.avitm_model import AVITM_model

ModuleNotFoundError: No module named 'octis.models.pytorchavitm.avitm'

I have created a virtual environment and installed octis using : pip install octis

silviatti commented 3 years ago

Hi! Thanks for reporting! :) There was a missing init.py file. We have solved this issue with the release of version 1.3.0. Bye,

Silvia