Commit
•
56dde11
1
Parent(s):
2f57634
Update dropout value (#2)
Browse files- Update dropout value (2dc62a079bd12ce68fab444673f27d0c864365df)
- config.json +1 -1
config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"architectures": [
|
3 |
"MobileNetV1ForImageClassification"
|
4 |
],
|
5 |
-
"classifier_dropout_prob": 0.
|
6 |
"depth_multiplier": 0.75,
|
7 |
"hidden_act": "relu6",
|
8 |
"id2label": {
|
|
|
2 |
"architectures": [
|
3 |
"MobileNetV1ForImageClassification"
|
4 |
],
|
5 |
+
"classifier_dropout_prob": 0.001,
|
6 |
"depth_multiplier": 0.75,
|
7 |
"hidden_act": "relu6",
|
8 |
"id2label": {
|