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

    Jul 2, 2025 · Forum For Pyro Developers

  2. 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,真实数据+噪声

  3. Batch processing numpyro models using Ray - forum.pyro.ai

    Mar 14, 2025 · Hello again, Related post: Batch processing Pyro models so cc: @fonnesbeck as I think he’ll be interested in batch processing Bayesian models anyway. I want to run lots of …

  4. numpyro - Pyro Discussion Forum

    Jun 3, 2019 · Forum For Pyro Developers

  5. Extra sampling site in manual guide compared to model

    Mar 12, 2025 · i see. this would appear to be a bug/unsupported feature. if you like, you can make a feature request on github (please include a code snippet and stack trace). however, in the …

  6. Sampling from posterior predictive - Misc. - Pyro Discussion Forum

    Feb 17, 2019 · Hello, first off, amazing job on Pyro! Major kudos 🙂 How do I sample from the posterior predictive for an SVI-trained model efficiently? At the moment, I sample a guide trace …

  7. Model and guide shapes disagree at site - Pyro Discussion Forum

    May 1, 2019 · Model and guide shapes disagree at site ‘z_2’: torch.Size ( [2, 2]) vs torch.Size ( [2]) Anyone has the clue, why the shapes disagree at some point? Here is the z_t sample site …

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

  9. RuntimeError: The following operation failed in ... - Pyro …

    Apr 20, 2022 · --> 294 return self._compiled_fn(*vals) 295 296 with pyro.validation_enabled(False): RuntimeError: The following operation failed in the TorchScript …

  10. Resources to learn Pyro - Pyro Discussion Forum

    Nov 5, 2020 · Beyond Pyro’s tutorials, a popular community resource for getting started with Bayesian data science is the book “Statistical Rethinking”, for which all code snippets have …