IMvision12 commited on
Commit
a67ea2b
·
verified ·
1 Parent(s): b224e99

Upload kf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_config.json +31 -0
kf_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "kerasformers_version": "1.1.3",
4
+ "model_module": "kerasformers.models.maxvit",
5
+ "model_class": "MaxViTImageClassify",
6
+ "variant": "maxvit_tiny_tf_384_in1k",
7
+ "weights": "model.weights.h5",
8
+ "model_type": "maxvit",
9
+ "stem_width": 64,
10
+ "depths": [
11
+ 2,
12
+ 2,
13
+ 5,
14
+ 2
15
+ ],
16
+ "embed_dim": [
17
+ 64,
18
+ 128,
19
+ 256,
20
+ 512
21
+ ],
22
+ "num_heads": [
23
+ 2,
24
+ 4,
25
+ 8,
26
+ 16
27
+ ],
28
+ "window_size": 12,
29
+ "image_size": 384,
30
+ "num_classes": 1000
31
+ }