IMvision12 commited on
Commit
a1c8e08
·
verified ·
1 Parent(s): 89c0539

Upload kf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_config.json +23 -0
kf_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "kerasformers_version": "1.1.3",
4
+ "model_module": "kerasformers.models.mit",
5
+ "model_class": "MiTImageClassify",
6
+ "variant": "mit_b3_in1k",
7
+ "weights": "model.weights.h5",
8
+ "model_type": "mit",
9
+ "embed_dim": [
10
+ 64,
11
+ 128,
12
+ 320,
13
+ 512
14
+ ],
15
+ "depths": [
16
+ 3,
17
+ 4,
18
+ 18,
19
+ 3
20
+ ],
21
+ "image_size": 224,
22
+ "num_classes": 1000
23
+ }