Method__init__(self, input_nc, output_nc, ngf=64, norm_layer=nn.BatchNorm2d, use_dropout=False, n_blocks=6, gpu_ids=[], padd
models/networks.py:299
Method__init__(self, input_nc, output_nc, ngf=64, norm_layer=nn.BatchNorm2d, use_dropout=False, n_blocks=6, gpu_ids=[], padd
models/networks.py:385
Method__init__(self, input_nc, ndf=64, n_layers=3, norm_layer=nn.BatchNorm2d, use_sigmoid=False, gpu_ids=[],y_x=1)
models/networks.py:515
Method__init__(self, view_dim=19, flow_mask=0, res=128, norm_layer=nn.BatchNorm2d, padding_type='zero', use_dropout=False, u
models/networks.py:905
Method__init__(self, input_nc, res=128, norm_layer=nn.BatchNorm2d, padding_type='zero', use_dropout=False, use_bias=False, n
models/networks.py:1104
Functiondefine_AFN(model, input_nc=3, view_dim=19, flow_mask=0, res=128, init_type='normal', use_dropout=False, gpu_ids=[])
models/networks.py:196
Functiondefine_G(input_nc, output_nc, ngf, which_model_netG, norm='batch', use_dropout=False, init_type='normal', gpu_ids=[],
models/networks.py:128