contextualized-topic-models
contextualized-topic-models copied to clipboard
Variable naming issues
I was following the reparameterization code.
During invocation, the variable posterior_log_sigma is incorrectly named. It's supposed to be posterior_log_variance. Similarly, the inf net needs to be renamed to variance instead of sigma.
However, the naming here is accurate.
Thanks, that make sense! Do you want to open a PR for that?
I've opened the PR. I haven't actually executed it though. Please review/merge with caution. :)
Please ignore the previous comment - the tests passed.