manmeet3591 commited on
Commit
f4987f1
·
verified ·
1 Parent(s): 8eb92ed

Create config.json

Browse files
Files changed (1) hide show
  1. 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
+ }