transforms#

Elementwise bijections applied by the coupling layers of a CouplingFlow.

Classes

AffineTransform(*args, **kwargs)

Elementwise affine transformation z = scale * x + shift.

SplineTransform(*args, **kwargs)

Elementwise monotonic rational-quadratic spline transformation [1].

Transform(*args, **kwargs)

Base class for the elementwise bijections applied inside a coupling layer.