Create config.json
Browse files- config.json +11 -0
config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "SRResNet",
|
| 3 |
+
"in_channels": 12,
|
| 4 |
+
"out_channels": 72,
|
| 5 |
+
"num_residual_blocks": 16,
|
| 6 |
+
"upscale_factor": 4,
|
| 7 |
+
"input_size": [128, 128],
|
| 8 |
+
"feature_extractor": "vgg19",
|
| 9 |
+
"batch_norm": false,
|
| 10 |
+
"activation_function": "PReLU"
|
| 11 |
+
}
|