synthstroke-qsynth / config.json
liamchalcroft's picture
Upload config.json
7f5828c verified
raw
history blame contribute delete
330 Bytes
{
"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"
}