Update dropout value
#2
by
amyeroberts
HF staff
- opened
- 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": 0.75,
|
8 |
"expand_ratio": 6,
|
|
|
2 |
"architectures": [
|
3 |
"MobileNetV2ForImageClassification"
|
4 |
],
|
5 |
+
"classifier_dropout_prob": 0.2,
|
6 |
"depth_divisible_by": 8,
|
7 |
"depth_multiplier": 0.75,
|
8 |
"expand_ratio": 6,
|