About 50 results
Open links in new tab
  1. Mini batching with Bayesian GPLVM - Pyro Discussion Forum

    Nov 17, 2020 · Trying to define mini-batch logic for Bayesian GPLVM training but unsuccessful so far following the suggestions in this older thread: Pyro Bayesian GPLVM SVI with minibatching So the …

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

  4. Difference between Beta - Pyro Discussion Forum

    Mar 28, 2022 · Hi! A bit of a beginner question here. I’m working through some examples in Statistical Rethinking and I am having trouble understanding what is happening differently when using the …

  5. Pyro Discussion Forum

    Oct 4, 2025 · Forum For Pyro Developers

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

  7. VAE classification - Misc. - Pyro Discussion Forum

    Mar 1, 2023 · Hi! Inspired by the SSVAE (The Semi-Supervised VAE — Pyro Tutorials 1.8.4 documentation) I am building a supervised VAE (I have also unsupervised and semisupervised …

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

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

  10. Running Pyro.plate on GPU - Misc. - Pyro Discussion Forum

    Mar 28, 2023 · Given that the model runs perfectly on GPU when I remove self.len_train from pyro.plate, which describes that the inputed batch is a part of a longer dataset on length ‘len (train)’. What could …