File size: 738 Bytes
4da1b43
 
 
 
f00a7af
 
 
 
4da1b43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "architectures": [
    "PneumothoraxModel"
  ],
  "auto_map": {
    "AutoConfig": "configuration.PneumothoraxConfig",
    "AutoModel": "modeling.PneumothoraxModel"
  },
  "backbone": "tf_efficientnetv2_s",
  "cls_dropout": 0.1,
  "cls_num_classes": 1,
  "decoder_attention_type": null,
  "decoder_center_block": false,
  "decoder_channels": [
    256,
    128,
    64,
    32,
    16
  ],
  "decoder_n_blocks": 5,
  "decoder_norm_layer": "bn",
  "encoder_channels": [
    24,
    48,
    64,
    160,
    256
  ],
  "feature_dim": 256,
  "img_size": [
    512,
    512
  ],
  "in_chans": 1,
  "model_type": "pneumothorax",
  "seg_dropout": 0.1,
  "seg_num_classes": 1,
  "torch_dtype": "float32",
  "transformers_version": "4.47.0"
}