323 Commits (db6ec66a602a0b64a7db1711acd064eda5daf2b3)

Author SHA1 Message Date
  Ayush Chaurasia db6ec66a60
W&B: track batch size after autobatch (#6039) 2 years ago
  Glenn Jocher dc54ed5763
`--freeze` fix (#6044) 2 years ago
  Felix You 361705d9be
Multi-layer capable `--freeze` argument (#6019) 2 years ago
  Glenn Jocher 7c6bae0ae6
Remove NCOLS from tqdm (#5804) 2 years ago
  Ayush Chaurasia f2ca30a407
W&B: refactor W&B tables (#5737) 2 years ago
  Glenn Jocher 4ca4aec46f
Do not save hyp.yaml and opt.yaml on evolve (#5775) 2 years ago
  Glenn Jocher 47fac9ff73
Update train.py comment to 'Model attributes' (#5670) 2 years ago
  Werner Duvaud 09d170381c
Default DataLoader `shuffle=True` for training (#5623) 2 years ago
  Glenn Jocher 7473f0f95d
DDP `WORLD_SIZE`-safe dataloader workers (#5631) 2 years ago
  Glenn Jocher 61c50199a2
Update train, val `tqdm` to fixed width (#5367) 2 years ago
  Glenn Jocher 79bca2bf64
`LOGGER` consolidation (#5569) 2 years ago
  Glenn Jocher e189fa15ea
`intersect_dicts()` in hubconf.py fix (#5542) 2 years ago
  Glenn Jocher bcc085d83f
Common `is_coco` logic betwen train.py and val.py (#5521) 2 years ago
  Yonghye Kwon 99a45bad81
Write date in checkpoint file (#5514) 2 years ago
  Jirka Borovec 0155548384
precommit: isort (#5493) 2 years ago
  Glenn Jocher 5866646cc8
Fix float zeros format (#5491) 2 years ago
  Glenn Jocher 7b1f7aec46
Update `get_loggers()` (#4854) 2 years ago
  Glenn Jocher a4fece8c14
DDP `nl` fix (#5332) 2 years ago
  Glenn Jocher ca19df5f7f
Add `autobatch` feature for best `batch-size` estimation (#5092) 2 years ago
  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