ProdLDA CoherenceModel

Does pyro-ppl provide a way to evaluate the topic model coherence of ProdLDA like gensim CoherenceModel?

Not out of the box, as the Coherence Model is pretty specific to topic modeling and pyro is just a general ppl. It doesn’t seem like it would be too hard to adapt the gensim coherence model code from here gensim/coherencemodel.py at develop · RaRe-Technologies/gensim · GitHub to take the topics learned from the pyro LDA model!