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

    Aug 18, 2025 · Forum For Pyro Developers

  2. numpyro - Pyro Discussion Forum

    Jun 3, 2019 · Forum For Pyro Developers

  3. Help post,shape problem - Pyro Discussion Forum

    Apr 25, 2025 · with pyro.plate("data", x.size(0)): pyro.sample("obs", dist.Normal(mu, sigma), obs=y.squeeze(-1),infer={"scale": annealing_factor}) #obs,真实数据+噪声

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

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

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

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

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

  9. MCMC inference running too slow for simple example - Misc.

    Jun 22, 2023 · I am new to Pyro and probabilistic inference, but started by running some simple examples inspired by tutorials in other languages (Church and webPPL). This example makes …

  10. Icdf for discrete distributions - numpyro - Pyro Discussion Forum

    May 23, 2025 · Hi there, I am relatively new to numpyro, and I am exploring a bit with different features. In one scenario, I am using Gaussian copulas to model some variables, one of which …