File size: 396 Bytes
3702cdc b8ae144 3702cdc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
{
"num_classes": 1,
"input_channels": 1,
"image_size": [
512,
512
],
"features": [
64,
64,
128
],
"attention_dims": [
64,
32,
16
],
"patch_size": 256,
"batch_size": 4,
"architectures": [
"BinarySegmentation"
],
"auto_map": {
"AutoConfig": "ModelConfiguration.VesselSegmentConfig",
"AutoModel": "Model.VesselSegmentModel"
}
} |