Replaced `c_in` with `in_channels`

#17
Files changed (1) hide show
  1. decoder/config.json +1 -1
decoder/config.json CHANGED
@@ -42,7 +42,7 @@
42
  1280,
43
  1280
44
  ],
45
- "c_in": 4,
46
  "c_out": 4,
47
  "c_pixels": 3,
48
  "c_r": 64,
 
42
  1280,
43
  1280
44
  ],
45
+ "in_channels": 4,
46
  "c_out": 4,
47
  "c_pixels": 3,
48
  "c_r": 64,