Skip to content

1.2.0

Compare
Choose a tag to compare
@fritzo fritzo released this 17 Jan 18:44
· 648 commits to dev since this release

Misc changes

  • Updated to PyTorch 1.4.0 and torchvision 0.5.0.
  • Changed license from MIT to Apache 2.0 and removed Uber CLA as part of Pyro's move to the Linux foundation.

Reparameterization

This release adds a new effect handler and a collection of strategies that reparameterize models to improve geometry. These tools are largely orthogonal to other inference tools in Pyro, and can be used with SVI, MCMC, and other inference algorithms.

Other new features

Bug fixes

  • #2263 fixes MCMC api to allow implementations other than HMC and NUTS.
  • #2244 fixes an event_dim issue in ConditionedPlanar flow.
  • #2243 fixes a bug in AffineCoupling.
  • #2227 fixes device placement of the MultivariateStudentT.df param.
  • #2226 fixes an edge case bug in discrete enumeration.