IMvision12 commited on
Commit
3609c01
·
verified ·
1 Parent(s): 5fb7ec6

Upload kf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_config.json +33 -0
kf_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "kerasformers_version": "1.1.3",
4
+ "model_module": "kerasformers.models.mask2former",
5
+ "model_class": "Mask2FormerUniversalSegment",
6
+ "variant": "mask2former-swin-tiny-coco-instance",
7
+ "weights": "model.weights.h5",
8
+ "model_type": "mask2former",
9
+ "backbone_embed_dim": 96,
10
+ "backbone_depths": [
11
+ 2,
12
+ 2,
13
+ 6,
14
+ 2
15
+ ],
16
+ "backbone_num_heads": [
17
+ 3,
18
+ 6,
19
+ 12,
20
+ 24
21
+ ],
22
+ "backbone_window_size": 7,
23
+ "hidden_dim": 256,
24
+ "mask_feature_size": 256,
25
+ "encoder_num_layers": 6,
26
+ "encoder_ffn_dim": 1024,
27
+ "decoder_num_layers": 9,
28
+ "decoder_ffn_dim": 2048,
29
+ "num_heads": 8,
30
+ "num_queries": 100,
31
+ "num_classes": 80,
32
+ "image_size": 384
33
+ }