File size: 387 Bytes
823e567
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "architectures": [
    "HFUnetPlusPlus"
  ],
  "auto_map": {
    "AutoConfig": "hf_config.UnetConfig",
    "AutoModelForImageSegmentation": "hf_model.HFUnetPlusPlus"
  },
  "decoder_channels": [
    1024,
    512,
    256,
    128,
    64
  ],
  "encoder_name": "resnet18",
  "input_channels": 1,
  "num_classes": 16,
  "torch_dtype": "float32",
  "transformers_version": "4.24.0"
}