You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: