
Pyro Discussion Forum
Sep 17, 2025 · Forum For Pyro Developers
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 …
Save MCMC results - Misc. - Pyro Discussion Forum
Sep 30, 2018 · Hi - I’m contributing to a library for bayesian analysis and visualization (arviz), and we are trying to add a function to convert Pyro objects into data that can be used there. As part of that, I am …
numpyro - Pyro Discussion Forum
Jun 3, 2019 · Forum For Pyro Developers
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 …
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 …
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 …
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 …
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 …
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 …