vinhsmoke's picture
Upload config.json
eeef5c8 verified
raw
history blame contribute delete
292 Bytes
{
"model_type": "Pix2Pix",
"generator": {
"in_channels": 3,
"out_channels": 3,
"layers": [
64,
128,
256,
512
]
},
"input_size": [
256,
256
],
"task": "reflection_removal"
}