CNO / config.json
yushuang88's picture
Update model configuration
043b333 verified
Raw
History Blame Contribute Delete
341 Bytes
{
"in_channels": 1,
"out_channels": 1,
"base_width": 32,
"levels": 3,
"bottleneck_residual_blocks": 8,
"intermediate_residual_blocks": 1,
"kernel_size": 3,
"latent_channels": 64,
"activation_upsampling_factor": 2,
"filter_taps": 12,
"filter_half_width": 0.8,
"cutoff_denominator": 2.0001,
"leaky_relu_slope": 0.2
}