mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-16 04:54:29 +02:00
save old config during trainin
This commit is contained in:
parent
78caeea999
commit
d94abdb877
|
|
@ -33,7 +33,8 @@ model = dict(
|
|||
kl_embed_dim = 64,
|
||||
activation_fn = 'swish',
|
||||
separate_first_frame_encoding = False,
|
||||
custom_conv_padding = None
|
||||
custom_conv_padding = None,
|
||||
encoder_double_z = False,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@ model = dict(
|
|||
activation_fn = 'swish',
|
||||
separate_first_frame_encoding = False,
|
||||
disable_space = True,
|
||||
custom_conv_padding = None
|
||||
custom_conv_padding = None,
|
||||
encoder_double_z = False,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ model = dict(
|
|||
activation_fn = 'swish',
|
||||
separate_first_frame_encoding = False,
|
||||
disable_space = False,
|
||||
encoder_double_z = False,
|
||||
custom_conv_padding = None
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ model = dict(
|
|||
activation_fn = 'swish',
|
||||
separate_first_frame_encoding = False,
|
||||
disable_space = True,
|
||||
ncoder_double_z = False,
|
||||
custom_conv_padding = None
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue