-
When one sets the model_type to LDA, does it simply do a standard LDA or something else? The OCTIS component refers to this method as Neural LDA, yet I can't find any clear answer in the Srivastava a…
-
I tried to train the CTM baseline using the OCTIS library on our Twitter dataset but ran into a value error. However, when we experimented with other benchmark datasets, everything worked smoothly.
…
-
Hi @Lillliant,
This issue page is for your second task on SEERa. As you know, SEERa has a layered structure and its second layer is tml (topic modeling layer). For now, we have 3 methods in SEERa t…
-
Gensim is imported for the scikit-learn API: https://github.com/vlukiyanov/pt-avitm/blob/523c21953c7e6b66230a047c2c681ac3f938ba72/ptavitm/sklearn_api.py#L1-L3
Testing in a "clean" Python environmen…
-
Hello, could you kindly advise me on the best order to run your code? I found the README.md file a bit difficult to follow. Also, I am not very familiar with Docker and was wondering if I need to down…
-
When using NeuralLDA as the model in OCTIS, it simply sets the model_type of AVITM to LDA. Does it simply do a standard LDA or something else? What is the corresponding model in the Srivastava and S…
-
* Python version: 3.6
* Operating System: Windows
### Description
I tried:
from octis.models.ProdLDA import ProdLDA
and get the following error:
d:\octisexp\lib\site-packages\octis\mode…
-
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\20new…
-
Apparently some of our ops might return undefined tensors in backward.
[This script](https://gist.github.com/mttk/38f55a82605b2e25485484ad136eb231) fails with:
```
Traceback (most recent call l…
-
Hi!
I was looking at the code and found you are reassigning the variable `batch` here:
https://github.com/vlukiyanov/pt-avitm/blob/fa96afb5c4a3afa14f6de3d3d3ad2f3d89edd7d1/ptavitm/model.py#L81
…
vinid updated
4 years ago