Skip to content

Commit b474e1a

Browse files
committed
inspect vae structure
1 parent d6dca18 commit b474e1a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

inspect_vae_structure.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ def inspect_structure():
1818
decoder_inject_noise=(False, False),
1919
downsample_type=("spatial", "temporal"),
2020
upsample_residual=(True, True),
21-
upsample_factor=(2, 2)
21+
upsample_factor=(2, 2),
22+
rngs=nnx.Rngs(0)
2223
)
2324

2425
state = nnx.state(model)

0 commit comments

Comments
 (0)