testing_unet_upload / config.json
nano6626's picture
Update config.json
e34361f verified
{
"N": 2,
"catorig": false,
"n_channels": 1,
"n_classes": 2,
"outker": 1,
"skip": true,
"skipcat": false,
"width": 32,
"model_type": "custom_unet",
"auto_map": {
"AutoConfig": "unet.UNetConfig",
"AutoModel": "unet.UNet"
}
}