About 2,630 results
Open links in new tab
  1. Pyro Discussion Forum

    Aug 18, 2025 · Forum For Pyro Developers

  2. Bad performance Bayesian Convolutional Neural Network - Misc. - Pyro ...

    Apr 28, 2025 · Hello Pyro community, I’m trying to build a Bayesian CNN for MNIST classification using Pyro, but despite seeing the ELBO loss decrease to around 10 during training, the model’s predictive …

  3. Stochastic Block Model using Pyro - Pyro Discussion Forum

    Nov 30, 2020 · Initially, Pyro seemed to provide all that and above all a very detailed documentation with many examples. However, for above stated reasons, the implementation of a simple Stochastic …

  4. Learning rate scheduling in numpyro - Pyro Discussion Forum

    Sep 18, 2023 · pyro provides access to the pytorch schedulers, and the pyro ClippedAdam also has a specific learning rate decay parameter. I can not find anything of the sort in numpyro, however, or …

  5. Multi GPU num_samples - Pyro Discussion Forum

    Jan 10, 2021 · Hello I was wondering if it’s possible to parallelize the number of particles used to estimate the ELBO over multiple GPUs (i.e. num_particles=40, and if we have 4 GPUs, then each …

  6. Simple Bayesian Network Example? - Pyro Discussion Forum

    Jul 6, 2022 · I cannot differentiate the usages between pyro.sample and pyro.param. Could you please give an example of simple discrete bayesian network where each node is categorical and it has only …

  7. Moving MCMC from CPU to GPU - Pyro Discussion Forum

    May 9, 2022 · Hi all, I’ve read a few posts on the forum about how to use GPU for MCMC: Transfer SVI, NUTS and MCMC to GPU (Cuda), How to move MCMC run on GPU to CPU and Training on single …

  8. Implementation & normalizing flow in matrix normal distribution

    Nov 1, 2024 · Hi, I’m working on a model where the likelihood follows a matrix normal distribution, X ~ MN_{n,p} (M, U, V). I’m using conjugate priors: M ~ MN U ~ Inverse Wishart V ~ Inverse Wishart As …

  9. SVI doesn't change parameters - Pyro Discussion Forum

    Nov 7, 2018 · Usually you’d use fixed “prior” parameters in the model and learnable “posterior” parameters in the guide, and only the learnable parameters would require pyro.param statements.

  10. Reducing MCMC memory usage - numpyro - Pyro Discussion Forum

    Oct 15, 2023 · I am running NUTS/MCMC (on multiple CPU cores) for a quite large dataset (400k samples) for 4 chains x 2000 steps. mcmc.run actually ran until the end, but then died with an out-of …