MeteoGAN / config.json
manmeet3591's picture
Create config.json
f4987f1 verified
{
"model_type": "SRResNet",
"in_channels": 12,
"out_channels": 72,
"num_residual_blocks": 16,
"upscale_factor": 4,
"input_size": [128, 128],
"feature_extractor": "vgg19",
"batch_norm": false,
"activation_function": "PReLU"
}