config for pipeline discriminator

This commit is contained in:
Shen-Chenhui 2024-04-19 09:24:15 +08:00
parent 1b86c24de6
commit c28c697a0b

View file

@ -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
)