(self,
input_channels=256,
output_channels=1,
n_scale=4,
n_filters=[256, 128, 64, 32, 16],
n_skips=[256, 128, 64, 32, 0],
weight_initializer='kaiming_uniform',
activation_func='leaky_relu',
output_func='linear',
use_batch_norm=False,
deconv_type='transpose',
resolutions_depthwise_separable=[-1])
source not stored for this graph (policy: none)