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

Feature request: SGD, adaptive learning rate, early stopping

Open jaagut opened this issue 4 years ago • 0 comments

Ideas for additional features:

  • [x] use sgd with burn in and parameters from config file -> Resolved with #629
  • [x] adaptive learning rate
  • [ ] early stopping (in argparse)

jaagut avatar Jan 22 '21 17:01 jaagut