LN_segmentation / config.json
aholk's picture
Upload folder using huggingface_hub
147e747 verified
{
"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"
}