Closed rafaelvalle closed 8 years ago
This is a result of an API change that rolled out just today. I forgot to re-deploy the website after merging it. Thanks for reminding me! Try installing the latest version (pip install -e "git+https://github.com/blei-lab/edward.git#egg=edward"
) and running it. Alternatively, you can use the older script which you noted would work as well.
We'll be releasing a new Edward version in the upcoming days with the latest API changes.
Thanks!
This happens because the script nor the website follows all library updates. On the website, the class MixtureGaussian uses an old version of
log_sum_exp
which took two arguments. I'll issue a pull request with the correct script.