File size: 341 Bytes
10e82ea 043b333 10e82ea | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"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
}
|