normalizing-flows icon indicating copy to clipboard operation
normalizing-flows copied to clipboard

Implementation of normalizing flows in TensorFlow 2 including a small tutorial.

Results 2 normalizing-flows issues
Sort by recently updated
recently updated
newest added

I think in the self._u() method of your PlanarFlow class, you have tf.math.sqrt(tf.reduce_sum(self.w ** 2.0))) but it should be just tf.reduce_sum(self.w ** 2.0)) as the paper uses the squared norm.

Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.0.1 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...

dependencies