jfcann

Results 3 comments of jfcann

Hi mona-timmermann, the reason for the 45 is that there are 45 ways of picking 2 distinct words from a list of 10 words. Equivalently, there are 45 `(i, j)`...

Hi shivanibhoite, you need to specify the `--num_topics` argument when running `main.py` with `--mode eval`. For your case that would be `--num_topics 5`.

Hi @legurp, NELBO is the "negative ELBO", and NLL should stand for "negative log-likelihood". Usually people state they are maximising ELBO, it's true, but since logs of probabilities give you...