Open gioelelm opened 2 years ago
Hmm, I can't reproduce this on Colab, and I would expect this warning/error to be suppressed by the disabling of distribution runtime checks pyro.distributions.enable_validation(False)
. Can you run pip freeze
and post the output?
I ran this example locally (2019 MacBook Pro using macOS Monterey) a couple days ago and it worked fine:
pyro-api=0.1.2
pyro-ppl=1.8.1
torch=1.11.0
My results were in line with the example notebook results.
Issue Description
I tried to run the Variational Autoencoders tutorial here and it returns an error
Environment
Both on my machine (Macbook Pro 2019 Catalina) and a Google Colab environment.
I tried a couple of combinations of torch and pyro versions, I got always the dame bug
Error