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 de30009 commit 6750c45Copy full SHA for 6750c45
bayesflow/networks/coupling_flow/coupling_flow.py
@@ -77,7 +77,7 @@ def __init__(
77
The type of transformation used in the coupling layers, such as "affine".
78
Default is "affine".
79
permutation : str or None, optional
80
- The type of permutation applied between layers. Can be "random" or None
+ The type of permutation applied between layers. Can be "orthogonal", "random", "swap", or None
81
(no permutation). Default is "random".
82
use_actnorm : bool, optional
83
Whether to apply ActNorm before each coupling layer. Default is True.
0 commit comments