Skip to content

1.9.1

Latest
Compare
Choose a tag to compare
@fritzo fritzo released this 02 Jun 00:37
· 2 commits to dev since this release
64e71ee

New Features

  • Stable.log_prob() is now implemented and differentiable by BenZickel in #3369, #3370
  • Introducing pyro.infer.predictive.WeighedPredictive which reports weights along with predicted samples by @BenZickel in #3345
  • Resampler for weighed samples by @BenZickel in #3352
  • Add function for calculating quantiles of weighed samples. by @BenZickel in #3340
  • Add effective sample size analytics to WeighedPredictive results by @BenZickel in #3351
  • Introducing PyroModuleList, because torch.nn.ModueList reinitializies modules when slice-indexing by @MartinBubel in #3339

Type hints

Additional changes

New Contributors

Full Changelog: 1.9.0...1.9.1