Commit
•
698eba0
1
Parent(s):
84e6627
Update dropout value (#3)
Browse files- Update dropout value (dd659a06d2e972222d10cbef06d4119c2b75d996)
- config.json +1 -1
config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"architectures": [
|
3 |
"MobileNetV2ForImageClassification"
|
4 |
],
|
5 |
-
"classifier_dropout_prob": 0.
|
6 |
"depth_divisible_by": 8,
|
7 |
"depth_multiplier": 1.0,
|
8 |
"expand_ratio": 6,
|
|
|
2 |
"architectures": [
|
3 |
"MobileNetV2ForImageClassification"
|
4 |
],
|
5 |
+
"classifier_dropout_prob": 0.2,
|
6 |
"depth_divisible_by": 8,
|
7 |
"depth_multiplier": 1.0,
|
8 |
"expand_ratio": 6,
|