About 50 results
Open links in new tab
  1. 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 …

  2. Pyro Discussion Forum

    Sep 17, 2025 · Forum For Pyro Developers

  3. 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 …

  4. 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 …

  5. numpyro - Pyro Discussion Forum

    Jun 3, 2019 · Forum For Pyro Developers

  6. Dependency tracking in Pyro - Tutorials - Pyro Discussion Forum

    Nov 17, 2018 · A Pyro program shares batch dimensions (-1, -2) across the whole program (across different sample statements). Variables assigned to different dimensions (ie -1 and -2 are considered …

  7. Posterior predictive on a new observation in NumPyro - numpyro

    Feb 19, 2024 · Hi @mathlad, this is a great question. Running predictive will give you a collection of samples (x^*,\theta) (conditioned on the data). Dropping those \theta will give you samples for x^* …

  8. How to use `ReduceLROnPlateau` scheduler - Pyro Discussion Forum

    Aug 16, 2018 · If I just use pyro.optim.Adam, svi.step works fine. I assume the “metrics” that are missing are what the scheduler uses to determine when to reduce the LR (because scheduler doesn’t have a …

  9. Simple BNN NUTS sampling - numpyro - Pyro Discussion Forum

    Oct 24, 2023 · Hello community, I am new to Bayesian models and to pyro (and numpyro). I am trying to use a small Bayesian Network on simple synthetic data, with no success so far. I am trying to …

  10. Use of LogNormal in Numpyro - Pyro Discussion Forum

    Oct 25, 2023 · Hi everyone, I am very new to Numpyro and hierarchical modeling. Recently I have been trying to build a hierarchical model where I have a hyper-prior (theta_group) which should be …