Skip to content

v0.3.2

Compare
Choose a tag to compare
@ktaaaki ktaaaki released this 22 Mar 07:12
a0d43a1

New features

  • Added description of tutorial in readme. #167
  • Added save and load methods to Model class. #161
  • Added an option to replace the graphical model with a deterministic one. #169

Bug fix

  • Fixed the Bernoulli Distribution so that the likelihood calculation of continuous values such as luminance is also available in the new version of pytorch.
  • Fixed a bug where the option feature_dims, which determines whether tensor dimensions are added together as simultaneous log likelihoods, was not enabled. #163
  • Resolved the issue where options set in DistGraph.set_option were overwritten by options in Distribution.sample and were not reflected. #162
  • Avoided build failures with readthedocs. #170