We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c0162 commit f35f6a1Copy full SHA for f35f6a1
CHANGELOG.rst
@@ -40,7 +40,7 @@ Minor
40
41
Features:
42
1. Added option for ``permutation='learnable'`` when creating an ``InvertibleNetwork``
43
-2. Added option for ``coupling_design='spline'`` when creating an ``InvertibleNetwork``
+2. Added option for ``coupling_design in ["spline", "interleaved"]`` when creating an ``InvertibleNetwork``
44
3. Simplified passing additional settings to the internal networks. For instance, you
45
can now simply do
46
``inference_network = InvertibleNetwork(num_params=20, coupling_net_settings={'mc_dropout': True})``
0 commit comments