File size: 575 Bytes
7bfd23a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "MammoEnsemble"
  ],
  "auto_map": {
    "AutoConfig": "configuration.MammoConfig",
    "AutoModel": "modeling.MammoEnsemble"
  },
  "backbone": "tf_efficientnetv2_s",
  "dropout": 0.1,
  "feature_dim": 1280,
  "image_sizes": [
    [
      2048,
      1024
    ],
    [
      1920,
      1280
    ],
    [
      1536,
      1536
    ]
  ],
  "in_chans": 1,
  "model_type": "mammo",
  "num_classes": 5,
  "num_models": 3,
  "pad_to_aspect_ratio": [
    true,
    true,
    false
  ],
  "torch_dtype": "float32",
  "transformers_version": "4.47.0"
}