amyeroberts HF staff commited on
Commit
0e3703e
1 Parent(s): 3ab592a

Update dropout value (#2)

Browse files

- Update dropout value (9ca44e442473d1d6853fa6944181966ac8765070)

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -2,7 +2,7 @@
2
  "architectures": [
3
  "MobileNetV2ForImageClassification"
4
  ],
5
- "classifier_dropout_prob": 0.8,
6
  "depth_divisible_by": 8,
7
  "depth_multiplier": 1.4,
8
  "expand_ratio": 6,
 
2
  "architectures": [
3
  "MobileNetV2ForImageClassification"
4
  ],
5
+ "classifier_dropout_prob": 0.2,
6
  "depth_divisible_by": 8,
7
  "depth_multiplier": 1.4,
8
  "expand_ratio": 6,