
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 …
Categories - Pyro Discussion Forum
Forum For Pyro Developers
Multi-Label Classification from Time-Series data - Misc. - Pyro ...
Dec 6, 2018 · Hey everyone, I’m trying to get my head around the plate notation representation with Pyro but unfortunately haven’t been able to understand this from the documentation. At a high level, …
Logging samples during inference - numpyro - Pyro Discussion Forum
Nov 17, 2021 · Is there any recommended way to track the samples during MCMC, and log them to tensorboard (or wandb which I use)? This seems helpful if inference takes a long time, and can be …
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 …
Pyro for Probabilistic Graphic Models - Pyro Discussion Forum
Jan 22, 2020 · Hi, I am New to Pyro and Probabilistic Programming Languages. I would like to know what kinds of distributions can Pyro represents. Of course, Pyro can represent the standard …