Tim Reichelt

Results 19 comments of Tim Reichelt

I have now added tests and documentation. Please let me know if you think anything is missing! After this PR is merged my plan would be to add the [SDVI...

Thanks, @fehiepsi ! I'm currently unsure why the tests are failing, it seems to be an import error that it is not able to find the new `numpyro.contrib.stochastic_support.dcc` module. For...

Ah yes of course! I have added an `__init__` file now. I also added the `XLA_FLAGS="--xla_force_host_platform_device_count=2"` flag to the `contrib` module tests to make the `parallel` chain sampling method pass....

Thank you for the response! Yes, I think there is a reasonably large space of the programs with stochastic support which can be succinctly described in Pyro and for which...

Yes, will do! I will open a draft PR with a simple bare bones implementation of DCC so that we have a starting point to discuss design decisions. I am...

Great, will look at the other layers and will send a PR by the end of this week.

Hello, thanks so much for your help! I'm still having trouble getting the relative error bound functionality to work but I might be using the API wrong. I'm running ZFP...

This does indeed fix the memory bug in the example above. So adjusting the loss function to: ``` def loss(y): inputs = torch.randn(20, 2, device="cuda:2") # Option 1: likelihood =...