About 50 results
Open links in new tab
  1. 大家一起来完善官方教程汉化版 - Pyro Discussion Forum

    Apr 13, 2020 · 要做一些高斯过程相关的研究,刚接触pyro, 浏览了你的Introduction部分,能在翻译原教程的基础上加入概率图和重点提炼等以帮助理解,着实不错,当然这也是我个人觉得汉化教程最应该 …

  2. Pyro Discussion Forum

    Sep 15, 2025 · Forum For Pyro Developers

  3. Using a pyro.infer.Predictive () as a prior for a NUTS model

    May 17, 2024 · Hi! I’m tying to use a BNN as a prior. I was able to train the BNN and create pyro.infer.Predictive object out of it. I can sample the object to make predictions. However when I try …

  4. How is model conditioned using pyro.sample in factor?

    Dec 14, 2020 · Hi @true, we consider the implementation of pyro.factor () an implementation detail: its effect should be to add a log prob term to the trace when used by inference algorithms. The way …

  5. PyroSample and cuda GPU - Pyro Discussion Forum

    Jun 9, 2022 · But when I include the statements, the model runs into issues because I believe the self.cuda () I’m using is not putting the Pyro parameters on the GPU. So, my question is, what is the …

  6. Setting constraints and guides on constrained distributions - Pyro ...

    Feb 19, 2019 · I’m having trouble figuring out either how to set appropriate constraints, or how to set proper guides for constrained parameters. Consider a simple regression where the location and …

  7. numpyro - Pyro Discussion Forum

    Jun 3, 2019 · Forum For Pyro Developers

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

  9. Usage of pyro.param in model - Pyro Discussion Forum

    May 11, 2022 · The tutorial materials (e.g., SVI Part I: An Introduction to Stochastic Variational Inference in Pyro — Pyro Tutorials 1.8.4 documentation) show that pyro.param is a statement that should be …

  10. Error module 'pyro' has no attribute 'optim'

    May 4, 2018 · “AttributeError: module ‘pyro’ has no attribute ‘optim’” . Then, I checked using dir (pyro) I can not find optim as an attribute. But when I used import pyro.optim now I can use pyro.optim and …