Skip to content

Commit 2b69686

Browse files
committed
inspect vae structure
1 parent 2fe8a58 commit 2b69686

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

inspect_vae_structure.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ def inspect_structure():
1515
decoder_layers_per_block=(1, 1, 1),
1616
spatio_temporal_scaling=(True, True),
1717
decoder_spatio_temporal_scaling=(True, True),
18-
decoder_inject_noise=(False, False),
19-
downsample_type=("spatial", "temporal"),
20-
upsample_residual=(True, True),
21-
upsample_factor=(2, 2),
18+
decoder_inject_noise=(False, False, False),
19+
downsample_type=("spatial", "temporal", "spatial"),
20+
upsample_residual=(True, True, True),
21+
upsample_factor=(2, 2, 2),
2222
rngs=nnx.Rngs(0)
2323
)
2424

0 commit comments

Comments
 (0)