ddcolor / config.json
Wolf065's picture
Upload config.json
9a69a7f verified
raw
history blame
No virus
282 Bytes
{
"encoder_name": "convnext-l",
"decoder_name": "MultiScaleColorDecoder",
"input_size": [
512,
512
],
"num_output_channels": 2,
"last_norm": "Spectral",
"do_normalize": false,
"num_queries": 100,
"num_scales": 3,
"dec_layers": 9,
"model_type": "swin"
}