Skip to content

Commit 6750c45

Browse files
committed
fix docs of coupling flow
1 parent de30009 commit 6750c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesflow/networks/coupling_flow/coupling_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(
7777
The type of transformation used in the coupling layers, such as "affine".
7878
Default is "affine".
7979
permutation : str or None, optional
80-
The type of permutation applied between layers. Can be "random" or None
80+
The type of permutation applied between layers. Can be "orthogonal", "random", "swap", or None
8181
(no permutation). Default is "random".
8282
use_actnorm : bool, optional
8383
Whether to apply ActNorm before each coupling layer. Default is True.

0 commit comments

Comments
 (0)