Skip to content

Commit 4c4be27

Browse files
authored
Update README.md
1 parent cd26b1d commit 4c4be27

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,6 @@ These hparams above resulted in a good model, a few points:
238238
* drop_path (aka survival_prob / drop_connect) rate of 0.1, which is higher than the suggested 0.0 for D0 in official, but lower than the 0.2 for the other models
239239
* longer EMA period than default
240240

241-
#### EfficientDet-D1
242-
243-
Latest run with .394 mAP (on 4x 1080ti):
244-
`./distributed_train.sh 4 /mscoco --model efficientdet_d1 -b 10 --amp --lr .06 --sync-bn --opt fusedmomentum --warmup-epochs 5 --lr-noise 0.4 0.9 --model-ema --model-ema-decay 0.99995`
245-
246-
For this run I used some improved augmentations, still experimenting so not ready for release, should work well without them but will likely start overfitting a bit sooner and possibly end up a in the .385-.39 range.
247-
248241
VAL2017
249242
```
250243
Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.336251
@@ -261,6 +254,14 @@ VAL2017
261254
Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.689297
262255
```
263256

257+
#### EfficientDet-D1
258+
259+
Latest run with .394 mAP (on 4x 1080ti):
260+
`./distributed_train.sh 4 /mscoco --model efficientdet_d1 -b 10 --amp --lr .06 --sync-bn --opt fusedmomentum --warmup-epochs 5 --lr-noise 0.4 0.9 --model-ema --model-ema-decay 0.99995`
261+
262+
For this run I used some improved augmentations, still experimenting so not ready for release, should work well without them but will likely start overfitting a bit sooner and possibly end up a in the .385-.39 range.
263+
264+
264265
### Ported Tensorflow weights
265266

266267
#### TEST-DEV2017

0 commit comments

Comments
 (0)