File size: 693 Bytes
ac24875
adbe397
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29ffe2c
 
adbe397
 
 
 
 
 
8bae002
adbe397
 
 
11f8b2e
adbe397
 
 
326651d
adbe397
 
 
919b608
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
{  
  "vision_config": {
    "_name_or_path": "",
    "architecture": "Swin3DClass",
    "image_size": 96,
    "in_channels": 1,
    "out_channels": 14,
    "depths": [
      2,
      2,
      2,
      2
    ],
    "num_heads": [
      3,
      6,
      12,
      24
    ],
    "hidden_size": 768,
    "feature_size":48,
    "norm_name": "instance",
    "drop_rate": 0.0,
    "attn_drop_rate": 0.0,
    "dropout_path_rate": 0.0,
    "normalize": true,
    "use_checkpoint": false,
    "spatial_dims": 3,
    
    "projection_dim" : 768,
    "top_k": 49,
    "top_p": 1.0
    
  },
  "vision_config_dict": {
    "hidden_size": 768,
    "intermediate_size": 4096,
    "projection_dim": 768
  }
}