File size: 330 Bytes
7f5828c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"spatial_dims": 3,
"in_channels": 1,
"out_channels": 6,
"channels": [32, 64, 128, 256, 320, 320],
"strides": [2, 2, 2, 2, 2],
"kernel_size": 3,
"up_kernel_size": 3,
"num_res_units": 1,
"act": "PRELU",
"norm": "INSTANCE",
"dropout": 0.0,
"bias": true,
"adn_ordering": "NDA",
"model_type": "qsynth"
}
|