File size: 331 Bytes
ec3e4b0 165a299 ec3e4b0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"model_type": "upscaler",
"scale": 4,
"in_channels": 3,
"width": 32,
"num_blocks": 3,
"espcn_channels": 64,
"auto_map": {
"AutoConfig": "configuration_upscaler.UpscalerConfig",
"AutoModel": "modeling_upscaler.UpscalerModel",
"AutoImageProcessor": "image_processing_upscaler.UpscalerImageProcessor"
}
} |