PyTorch-YOLOv3 icon indicating copy to clipboard operation
PyTorch-YOLOv3 copied to clipboard

Tune for COCO

Open Flova opened this issue 2 years ago • 1 comments

Proposed changes

  • tune hyperparams
  • scale based on mini batch size
  • linear instead of step wise decay
  • use sgd
  • only log once per optimizer step

Related issues

  • #818
  • #820

Necessary checks

  • [ ] Update poetry package version semantically
  • [x] Write documentation
  • [x] Create issues for future work
  • [x] Test on your machine

Flova avatar Apr 12 '23 16:04 Flova