
Pyro Discussion Forum
Aug 18, 2025 · Forum For Pyro Developers
Bad performance Bayesian Convolutional Neural Network - Misc.
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 …
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, …
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 …
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 …
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 …
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 …
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 …
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 …
GPU available but slow compared to CPU on BNN example
Nov 25, 2021 · Well, It is a VI + NeuraReparametrisation to perform a NUTS. Currently, we have found that the job runs 100% on CPU while GPU memory is activated. it’s as if the CPU was …