IMvision12 commited on
Commit
444608a
·
verified ·
1 Parent(s): f5713a8

Upload kf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_config.json +19 -0
kf_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "model_module": "kerasformers.models.mobilevitv2",
4
+ "model_class": "MobileViTV2SemanticSegment",
5
+ "variant": "mobilevitv2_100_deeplabv3",
6
+ "weights": "model.weights.h5",
7
+ "model_type": "mobilevitv2",
8
+ "multiplier": 1.0,
9
+ "image_size": 512,
10
+ "output_stride": 16,
11
+ "atrous_rates": [
12
+ 6,
13
+ 12,
14
+ 18
15
+ ],
16
+ "aspp_out_channels": 512,
17
+ "aspp_dropout_prob": 0.1,
18
+ "num_classes": 21
19
+ }