mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-15 03:15:20 +02:00
config for pipeline discriminator
This commit is contained in:
parent
1b86c24de6
commit
c28c697a0b
|
|
@ -46,7 +46,8 @@ discriminator = dict(
|
|||
num_frames = num_frames,
|
||||
in_channels = 4,
|
||||
filters = 128,
|
||||
channel_multipliers = (2,4,4,4,4), # (2,4,4,4) for 64x64 resolution
|
||||
# channel_multipliers = (2,4,4,4,4), # (2,4,4,4) for 64x64 resolution
|
||||
channel_multipliers= (2,4,4) # since on intermediate layer, 16 x 16 x 16 dimension z
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue