Skip to content

0.2.4

Compare
Choose a tag to compare
@fehiepsi fehiepsi released this 23 Jan 19:40
· 713 commits to master since this release

New Features

New Examples

Deprecation / Breaking Changes

  • Predictive's get_samples method is deprecated in favor of __call__ method.
  • MCMC constrain_fn is renamed to postprocess_fn.

Enhancements and Bug Fixes

  • Change the init scale of Auto*Normal guides from 1. to 0.1 - this is helpful for stability during the early training phase.
  • Resolve overflow issue with the Poisson sampler.