Method__init__(self, input_nc, ndf=64, n_layers=3, norm_layer=nn.BatchNorm2d, use_sigmoid=False, getIntermFeat=False, Ddropo
networks.py:436
Method__init__(self, model='net-lin', net='alex', colorspace='rgb', spatial=False, use_gpu=True, gpu_ids=[0])
eval_models/__init__.py:14
Method__init__(self, features, activation, deconv=False, bn=False, expand=False, align_corners=True, lowest=False)
pg_modules/blocks.py:219
Method__init__(self, nc=None, ndf=None, start_sz=256, end_sz=8, head=None, separable=False, patch=False, c_dim=1000, cmap_di
pg_modules/discriminator.py:70
Method__init__(
self,
channels,
resolutions,
num_discs=4,
proj_type=2, # 0 = no pro
pg_modules/discriminator.py:129
Method__init__(self, ngf=64, z_dim=256, nc=3, img_resolution=256, num_classes=1000, lite=False)
pg_modules/networks_fastgan.py:85
Method__init__(self, in_channels, out_channels, w_dim, kernel_size=1, conv_clamp=None, channels_last=False)
pg_modules/networks_stylegan2.py:329