mattdangerw commited on
Commit
3ac1db7
·
verified ·
1 Parent(s): 30b6a0b

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +29 -3
  2. metadata.json +6 -3
  3. task.json +29 -3
config.json CHANGED
@@ -4,8 +4,24 @@
4
  "config": {
5
  "name": "efficient_net_backbone",
6
  "trainable": true,
7
- "width_coefficient": 1.0,
8
- "depth_coefficient": 1.1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  "dropout": 0,
10
  "depth_divisor": 8,
11
  "min_depth": null,
@@ -87,12 +103,22 @@
87
  "v1",
88
  "v1"
89
  ],
 
 
 
 
 
 
 
 
 
90
  "include_stem_padding": true,
91
  "use_depth_divisor_as_min_depth": true,
92
  "cap_round_filter_decrease": true,
93
  "stem_conv_padding": "valid",
94
  "batch_norm_momentum": 0.9,
95
- "batch_norm_epsilon": 1e-05
 
96
  },
97
  "registered_name": "keras_hub>EfficientNetBackbone"
98
  }
 
4
  "config": {
5
  "name": "efficient_net_backbone",
6
  "trainable": true,
7
+ "stackwise_width_coefficients": [
8
+ 1.0,
9
+ 1.0,
10
+ 1.0,
11
+ 1.0,
12
+ 1.0,
13
+ 1.0,
14
+ 1.0
15
+ ],
16
+ "stackwise_depth_coefficients": [
17
+ 1.1,
18
+ 1.1,
19
+ 1.1,
20
+ 1.1,
21
+ 1.1,
22
+ 1.1,
23
+ 1.1
24
+ ],
25
  "dropout": 0,
26
  "depth_divisor": 8,
27
  "min_depth": null,
 
103
  "v1",
104
  "v1"
105
  ],
106
+ "stackwise_force_input_filters": [
107
+ 0,
108
+ 0,
109
+ 0,
110
+ 0,
111
+ 0,
112
+ 0,
113
+ 0
114
+ ],
115
  "include_stem_padding": true,
116
  "use_depth_divisor_as_min_depth": true,
117
  "cap_round_filter_decrease": true,
118
  "stem_conv_padding": "valid",
119
  "batch_norm_momentum": 0.9,
120
+ "batch_norm_epsilon": 1e-05,
121
+ "projection_activation": null
122
  },
123
  "registered_name": "keras_hub>EfficientNetBackbone"
124
  }
metadata.json CHANGED
@@ -1,6 +1,9 @@
1
  {
2
- "keras_version": "3.5.0",
3
- "keras_hub_version": "0.16.1",
4
  "parameter_count": 6575232,
5
- "date_saved": "2024-10-22@16:27:32"
 
 
 
6
  }
 
1
  {
2
+ "keras_version": "3.7.0",
3
+ "keras_hub_version": "0.19.0",
4
  "parameter_count": 6575232,
5
+ "date_saved": "2024-12-20@20:11:38",
6
+ "tasks": [
7
+ "ImageClassifier"
8
+ ]
9
  }
task.json CHANGED
@@ -8,8 +8,24 @@
8
  "config": {
9
  "name": "efficient_net_backbone",
10
  "trainable": true,
11
- "width_coefficient": 1.0,
12
- "depth_coefficient": 1.1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  "dropout": 0,
14
  "depth_divisor": 8,
15
  "min_depth": null,
@@ -91,12 +107,22 @@
91
  "v1",
92
  "v1"
93
  ],
 
 
 
 
 
 
 
 
 
94
  "include_stem_padding": true,
95
  "use_depth_divisor_as_min_depth": true,
96
  "cap_round_filter_decrease": true,
97
  "stem_conv_padding": "valid",
98
  "batch_norm_momentum": 0.9,
99
- "batch_norm_epsilon": 1e-05
 
100
  },
101
  "registered_name": "keras_hub>EfficientNetBackbone"
102
  },
 
8
  "config": {
9
  "name": "efficient_net_backbone",
10
  "trainable": true,
11
+ "stackwise_width_coefficients": [
12
+ 1.0,
13
+ 1.0,
14
+ 1.0,
15
+ 1.0,
16
+ 1.0,
17
+ 1.0,
18
+ 1.0
19
+ ],
20
+ "stackwise_depth_coefficients": [
21
+ 1.1,
22
+ 1.1,
23
+ 1.1,
24
+ 1.1,
25
+ 1.1,
26
+ 1.1,
27
+ 1.1
28
+ ],
29
  "dropout": 0,
30
  "depth_divisor": 8,
31
  "min_depth": null,
 
107
  "v1",
108
  "v1"
109
  ],
110
+ "stackwise_force_input_filters": [
111
+ 0,
112
+ 0,
113
+ 0,
114
+ 0,
115
+ 0,
116
+ 0,
117
+ 0
118
+ ],
119
  "include_stem_padding": true,
120
  "use_depth_divisor_as_min_depth": true,
121
  "cap_round_filter_decrease": true,
122
  "stem_conv_padding": "valid",
123
  "batch_norm_momentum": 0.9,
124
+ "batch_norm_epsilon": 1e-05,
125
+ "projection_activation": null
126
  },
127
  "registered_name": "keras_hub>EfficientNetBackbone"
128
  },