You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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