Method__init__(
self, in_dim, out_dim, bias=True, bias_init=0, lr_mul=1, activation=None
)
styleavatar/networks/modules_for_discriminator.py:129
Method__init__(
self,
in_channel,
out_channel,
kernel_size,
style_dim,
demod
styleavatar/networks/modules_for_discriminator.py:166
Method__init__(
self,
in_channel,
out_channel,
kernel_size,
downsample=False,
styleavatar/networks/modules_for_discriminator.py:329
Method__init__(self, in_channel, out_channel, blur_kernel=[1, 3, 3, 1], downsample=True)
styleavatar/networks/modules_for_discriminator.py:427
Method__init__(self, out_channel, in_channel, downsample=True, blur_kernel=[1, 3, 3, 1])
styleavatar/networks/modules_for_discriminator.py:441
Method__init__(self, size, img_channel, style_dim, channel_multiplier=2, blur_kernel=[1, 3, 3, 1])
styleavatar/networks/discriminator.py:82
Method__init__(self, size, img_channel=6, channel_multiplier=2, blur_kernel=[1, 3, 3, 1])
styleavatar/networks/discriminator.py:152
Method__init__(
self, in_channel, out_channel, kernel_size, stride=1, padding=0, bias=True
)
styleavatar/networks/modules.py:91
Method__init__(
self, in_dim, out_dim, bias=True, bias_init=0, lr_mul=1, activation=None
)
styleavatar/networks/modules.py:129
Method__init__(self, in_channel, out_channel, blur_kernel=[1, 3, 3, 1], downsample=True)
styleavatar/networks/modules.py:432
Method__init__(self, in_channel, out_channel, style_dim, blur_kernel=[1, 3, 3, 1], downsample=True)
styleavatar/networks/modules.py:446
Method__init__(self, out_channel, in_channel, downsample=True, blur_kernel=[1, 3, 3, 1])
styleavatar/networks/modules.py:458
Method__init__(self, out_channel, in_channel, downsample=True, blur_kernel=[1, 3, 3, 1])
styleavatar/networks/modules.py:485
Method__init__(self, in_channel, style_dim, upsample=True, blur_kernel=[1, 3, 3, 1])
styleavatar/networks/modules.py:549
Method__init__(self, in_channel, upsample=True, blur_kernel=[1, 3, 3, 1])
styleavatar/networks/modules.py:575
Method__init__(self, output_size, style_dim, mlp_num, channel_multiplier=2, blur_kernel=[1, 3, 3, 1])
styleavatar/networks/generator.py:13