About 50 results
Open links in new tab
  1. Pyro Discussion Forum

    Oct 4, 2025 · Forum For Pyro Developers

  2. Gaussian mixture model in latent space of VAE - forum.pyro.ai

    Dec 17, 2023 · I was curious if pyro would easily enable putting a Gaussian mixture model (GMM) as the prior on the latent space of a VAE. I took the VAE tutorial code and changed the model to the …

  3. Will Automatic Relevance Detection Improve Model - forum.pyro.ai

    Jan 9, 2024 · Hey guys, This is more of a general Bayesian Statistics question. Here is a reference to the 8-schools example in Numpyro: Numpyro Eight Schools In the bayesian statistics literature it …

  4. How Can I Speed Up MAP Estimation? - Pyro Discussion Forum

    Jul 22, 2021 · Hello! I am porting a stan model to numpyro and trying to compute the MAP estimate of the parameters. I am following the docstring example for Minimize: optimizer = …

  5. Learning the sigma in SVI - Pyro Discussion Forum

    Sep 26, 2024 · if y != None: with pyro.plate("data", len(y)): obs = pyro.sample("obs", dist.Normal(y_hat[:,0], sigma), obs=y) The sigma always ends up being the upper limit of the uniform …

  6. Initialize MCMC with SVI - numpyro - Pyro Discussion Forum

    Dec 1, 2024 · There are a couple of similar posts here about this, more so in this thread but I don’t think I have a clear understanding of the solution / proper use of init_to_value. I aim to initialize all sites in …

  7. ClippedAdam Gradient Explosion - Misc. - Pyro Discussion Forum

    May 15, 2024 · I am using pyro.optim.ClippedAdam and have tried clip_norm = 0.00001, 1.0, 10 and a bunch of values in between, but the gradients are always regardless and don’t appear to change …

  8. How to begin learning probabilistic programming? - Pyro Discussion …

    Nov 23, 2018 · Can anyone help me with some resources to learn probabilistic programming with pyro? I do not have any background on probabilistic programming. I skimmed through the tutorials and …

  9. RuntimeError: Cannot find valid initial ... - Pyro Discussion Forum

    May 3, 2023 · Dear All, I know this must be a stupid bug, but I cannot find what triggers this issue. I have a Planck black body radiation model that should be relatively straightforward to sample. import …

  10. Variational Inference for Dirichlet process clustering - Pyro ...

    Jan 31, 2018 · Hi there! This is my first time using Pyro so I am very excited to see what I can built with it.🙂 Specifically, I am trying to do finite Dirichlet Process clustering with Variational Inference. I want to …