PyTorch-YOLOv3
PyTorch-YOLOv3 copied to clipboard
Feature request: SGD, adaptive learning rate, early stopping
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)