File size: 292 Bytes
eeef5c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "model_type": "Pix2Pix",
    "generator": {
        "in_channels": 3,
        "out_channels": 3,
        "layers": [
            64,
            128,
            256,
            512
        ]
    },
    "input_size": [
        256,
        256
    ],
    "task": "reflection_removal"
}