↓ 1 callersFunctionupfirdn2d_native(
input, kernel, up_x, up_y, down_x, down_y, pad_x0, pad_x1, pad_y0, pad_y1
)
models/stylegan_networks.py:37
Method__init__(self, nce_layers, num_patches=256, nc=256, init_type='normal', init_gain=0.02, gpu_ids=[])
models/negative_generator.py:30
Method__init__(self, use_conv=False, num_patches=256, nc=256, z_dim=64, init_type='normal', init_gain=0.02, gpu_ids=[])
models/negative_generator.py:54
Method__init__(self, input_nc, ndf=64, n_layers=3, norm_layer=nn.BatchNorm2d, no_antialias=False)
models/discriminator.py:158
Method__init__(self, use_mlp=False, init_type='normal', init_gain=0.02, nc=256, gpu_ids=[])
models/feature_extractor.py:108
Method__init__(
self, in_channel, out_channel, kernel_size, stride=1, padding=0, bias=True
)
models/stylegan_networks.py:159
Method__init__(
self, in_dim, out_dim, bias=True, bias_init=0, lr_mul=1, activation=None
)
models/stylegan_networks.py:199
Method__init__(self, in_channel, style_dim, upsample=True, blur_kernel=[1, 3, 3, 1])
models/stylegan_networks.py:418
Method__init__(self, in_channel, out_channel, blur_kernel=[1, 3, 3, 1], downsample=True, skip_gain=1.0)
models/stylegan_networks.py:671
Method__init__(self, input_nc, ndf=64, n_layers=3, no_antialias=False, size=None, opt=None)
models/stylegan_networks.py:696
Method__init__(self, input_nc, output_nc, ngf=64, use_dropout=False, n_blocks=6, padding_type='reflect', no_antialias=False,
models/stylegan_networks.py:798
Method__init__(self, input_nc, output_nc, ngf=64, use_dropout=False, n_blocks=6, padding_type='reflect', no_antialias=False,
models/stylegan_networks.py:852
Method__init__(self, input_nc, output_nc, ngf=64, use_dropout=False, n_blocks=6, padding_type='reflect', no_antialias=False,
models/stylegan_networks.py:898