341 Commits (6843ea5d7f9c5d4b8132d00ba17fb296dc81d867)

Author SHA1 Message Date
  Glenn Jocher 752d97df2c
Add `on_fit_epoch_end` callback (#5232) 2 years ago
  Malte Lorbach 153873e9e4
Fix `ROOT` as relative path (#5129) 2 years ago
  Nan 4a6dfffdaa
Pass `LOCAL_RANK` to `torch_distributed_zero_first()` (#5114) 2 years ago
  Glenn Jocher 070af88108
Fix `yaml.safe_load()` ignore emoji errors (#5060) 3 years ago
  Glenn Jocher 5afc9c25ef
Implement `--save-period` locally (#5047) 3 years ago
  Zhiqiang Wang 1922ddeac0
Fix pylint: do not use bare 'except' (#5025) 3 years ago
  Glenn Jocher 89a6e9ffa7
Compute loss on final val (#5017) 3 years ago
  Glenn Jocher 452e84703c
Update train.py (#5014) 3 years ago
  Glenn Jocher 4e04cb0dc8
Allow YOLOv5 execution from arbitrary `cwd` (#4954) 3 years ago
  Glenn Jocher d856c48298
Validate `best.pt` on train end (#4889) 3 years ago
  Glenn Jocher 2b3109eeb0
Fix DDP destruction `LOGGER.info()` (#4863) 3 years ago
  Glenn Jocher 4c839eeb10
Simplify `check_requirements()` usage (#4855) 3 years ago
  Glenn Jocher 4d1a2ac87e
Update `sys.path.append(str(ROOT))` (#4852) 3 years ago
  Glenn Jocher 3732f9ac8a
Refactor argparser printing to `print_args()` (#4850) 3 years ago
  Glenn Jocher 621b6d5ba8
Evolution `--resume` fix (#4802) 3 years ago
  Glenn Jocher c47be26f34
Replace `path.absolute()` with `path.resolve()` (#4763) 3 years ago
  Glenn Jocher c5360f6e70
Fix `--data from_HUB.zip` (#4732) 3 years ago
  Glenn Jocher a2b3c71636
Add suffix checks (#4711) 3 years ago
  Kalen Michael 2317f86ca4
Optimised Callback Class to Reduce Code and Fix Errors (#4688) 3 years ago
  Glenn Jocher 548745181a
EarlyStopper updates (#4679) 3 years ago
  imyhxy f64fab5825
Fixed 'meta' and 'hyp' may out of order when using evolve (#4657) 3 years ago
  Glenn Jocher 50a9828679
DDP `torch.jit.trace()` `--sync-bn` fix (#4615) 3 years ago
  Glenn Jocher de44376d1b
Create `Annotator()` class (#4591) 3 years ago
  Glenn Jocher d7aa3f153d
Remove `image_weights` DDP code (#4579) 3 years ago
  Glenn Jocher 93cc015748
Add EarlyStopping feature (#4576) 3 years ago
  Glenn Jocher 19d03a955c
Remove DDP process group timeout (#4422) 3 years ago
  Glenn Jocher 24bea5e4b7
Standardize headers and docstrings (#4417) 3 years ago
  Glenn Jocher ce7deec440
`int(mlc)` (#4385) 3 years ago
  Glenn Jocher 86c7150cfd
Update newline (#4308) 3 years ago
  Glenn Jocher e78aeac973
Evolve in CSV format (#4307) 3 years ago
  junji hashimoto 2d99063201
Feature `python train.py --cache disk` (#4049) 3 years ago
  Kalen Michael b74929c910
Add `train.py` and `val.py` callbacks (#4220) 3 years ago
  IneovaAI bceb57b910
Add `python train.py --freeze N` argument (#4238) 3 years ago
  Glenn Jocher 8d3c3ef45c
Fix weight decay comment (#4228) 3 years ago
  Glenn Jocher c2c958c350
Explicit `requirements.txt` location (#4225) 3 years ago
  Glenn Jocher b60b62e874
PyCharm reformat (#4209) 3 years ago
  Ayush Chaurasia e88e8f7a98
W&B: Restructure code to support the new dataset_check() feature (#4197) 3 years ago
  Glenn Jocher 5d66e48723
Train from `--data path/to/dataset.zip` feature (#4185) 3 years ago
  Glenn Jocher 0ad6301c96
Update script headers (#4163) 3 years ago
  Glenn Jocher 96e36a7c91
New CSV Logger (#4148) 3 years ago
  Glenn Jocher efe60b5681
Refactor train.py and val.py `loggers` (#4137) 3 years ago
  Glenn Jocher 63dd65e7ed
Update train.py (#4136) 3 years ago
  Glenn Jocher 2c073cd207
Add train.py ``--img-size` floor (#4099) 3 years ago
  Glenn Jocher f7d8562060
`val.py` refactor (#4053) 3 years ago
  Glenn Jocher 951922c735
Add `--sync-bn` known issue (#4032) 3 years ago
  Glenn Jocher 720aaa65c8
Rename `test.py` to `val.py` (#4000) 3 years ago
  Eldar Kurtic e7888af94c
Fix inconsistent NMS IoU value for COCO (#3934) 3 years ago
  Glenn Jocher 8930e22cce
Evolution commented `hyp['anchors']` fix (#3887) 3 years ago
  san-soucie d3e9d69850
`--evolve 300` generations CLI argument (#3863) 3 years ago
  Glenn Jocher c6c88dc601
Copy-Paste augmentation for YOLOv5 (#3845) 3 years ago