drckf / paysage

Unsupervised learning and generative models in python/pytorch.
Other
119 stars 25 forks source link

Deprecate marginal_free_energy #85

Closed drckf closed 7 years ago

drckf commented 7 years ago

We should convert the EnergyGap and EnergyZScore methods to use the joint_energy instead of the marginal_free_energy because the former is well-defined for deep models whereas the latter is not really computable. In fact, we should probably deprecate the marginal_free_energy function, which may simplify the code a bit.

This is really easy to fix, so we should just do it.

d-rams commented 7 years ago

Merged pr #86