vinhsmoke commited on
Commit
eeef5c8
·
verified ·
1 Parent(s): 473fdd1

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "Pix2Pix",
3
+ "generator": {
4
+ "in_channels": 3,
5
+ "out_channels": 3,
6
+ "layers": [
7
+ 64,
8
+ 128,
9
+ 256,
10
+ 512
11
+ ]
12
+ },
13
+ "input_size": [
14
+ 256,
15
+ 256
16
+ ],
17
+ "task": "reflection_removal"
18
+ }