Skip to content

Commit

Permalink
Fix default kwarg num_layers bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Radev committed May 24, 2024
1 parent ac7b66e commit 08e5b31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, couplings: Sequence[AllInOneCoupling], base_distribution: Dis
def all_in_one(
cls,
target_dim: int,
num_layers: 6,
num_layers=6,
subnet_builder="default",
transform="affine",
permutation="fixed",
Expand Down

0 comments on commit 08e5b31

Please sign in to comment.