Method__init__(self, dataroot, input_dim, dim, style_dim, n_downsample, n_res, mlp_dim, activ='relu', pad_type='reflect')
models/model_must.py:13
Method__init__(self, dataroot, n_downsample, input_dim, dim, style_dim, norm, activ, pad_type)
models/model_must.py:39
Method__init__(self, n_downsample, n_res, input_dim, dim, norm, activ, pad_type, convGroup=8)
models/model_must.py:165
Method__init__(self, n_upsample, n_res, dim, output_dim, norm='in', activ='relu', pad_type='zero', convgroup=1)
models/model_must.py:184
Method__init__(self, input_dim ,output_dim, kernel_size, stride,
padding=0, norm='none', activation='relu',
models/model_must.py:287