Skip to content

Commit 5dcda60

Browse files
committed
Disable mvscale in coupling
1 parent ccc87df commit 5dcda60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/nutpie/normalizing_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def make_coupling(key, dim, n_untransformed, **kwargs):
514514
transformer = bijections.Chain(
515515
[
516516
make_elemwise_trafo(key, n_transformed, count=3),
517-
mvscale,
517+
#mvscale,
518518
]
519519
)
520520

0 commit comments

Comments
 (0)