Upload EfficientNetForImageClassification
Browse files- config.json +1 -0
config.json
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
"batch_norm_momentum": 0.99,
|
7 |
"depth_coefficient": 1.0,
|
8 |
"depth_divisor": 8,
|
|
|
9 |
"drop_connect_rate": 0.2,
|
10 |
"dropout_rate": 0.2,
|
11 |
"expand_ratios": [
|
|
|
6 |
"batch_norm_momentum": 0.99,
|
7 |
"depth_coefficient": 1.0,
|
8 |
"depth_divisor": 8,
|
9 |
+
"depthwise_padding": [],
|
10 |
"drop_connect_rate": 0.2,
|
11 |
"dropout_rate": 0.2,
|
12 |
"expand_ratios": [
|