File size: 282 Bytes
147e747 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"architectures": [
"UNetForSegmentation"
],
"dtype": "float32",
"img_size": 256,
"k": 2,
"model_arch": "unet",
"model_type": "segmentation",
"n_filts": 32,
"norm": false,
"num_channels": 3,
"num_classes": 4,
"t": 2,
"transformers_version": "5.2.0"
}
|