yolov5 / train.py

Commit History

Update export format docstrings (#6151)
ec4b6dd
unverified

glenn-jocher pre-commit-ci[bot] commited on

Enable AdamW optimizer (#6152)
e1dc894
unverified

bilzard commited on

W&B: track batch size after autobatch (#6039)
db6ec66
unverified

Ayush Chaurasia glenn-jocher commited on

`--freeze` fix (#6044)
dc54ed5
unverified

glenn-jocher commited on

Multi-layer capable `--freeze` argument (#6019)
361705d
unverified

Felix You glenn-jocher commited on

Remove NCOLS from tqdm (#5804)
7c6bae0
unverified

glenn-jocher pre-commit-ci[bot] commited on

W&B: refactor W&B tables (#5737)
f2ca30a
unverified

Ayush Chaurasia pre-commit-ci[bot] glenn-jocher commited on

Do not save hyp.yaml and opt.yaml on evolve (#5775)
4ca4aec
unverified

glenn-jocher commited on

Update train.py comment to 'Model attributes' (#5670)
47fac9f
unverified

glenn-jocher commited on

Default DataLoader `shuffle=True` for training (#5623)
09d1703
unverified

Werner Duvaud glenn-jocher pre-commit-ci[bot] commited on

DDP `WORLD_SIZE`-safe dataloader workers (#5631)
7473f0f
unverified

glenn-jocher commited on

Update train, val `tqdm` to fixed width (#5367)
61c5019
unverified

glenn-jocher pre-commit-ci[bot] commited on

`LOGGER` consolidation (#5569)
79bca2b
unverified

glenn-jocher pre-commit-ci[bot] commited on

`intersect_dicts()` in hubconf.py fix (#5542)
e189fa1
unverified

glenn-jocher commited on

Common `is_coco` logic betwen train.py and val.py (#5521)
bcc085d
unverified

glenn-jocher commited on

Write date in checkpoint file (#5514)
99a45ba
unverified

Yonghye Kwon pre-commit-ci[bot] glenn-jocher commited on

precommit: isort (#5493)
0155548
unverified

Jirka Borovec pre-commit-ci[bot] glenn-jocher commited on

Fix float zeros format (#5491)
5866646
unverified

glenn-jocher commited on

Update `get_loggers()` (#4854)
7b1f7ae
unverified

glenn-jocher pre-commit commited on

DDP `nl` fix (#5332)
a4fece8
unverified

glenn-jocher commited on

Add `autobatch` feature for best `batch-size` estimation (#5092)
ca19df5
unverified

glenn-jocher commited on

Add `on_fit_epoch_end` callback (#5232)
752d97d
unverified

glenn-jocher commited on

Fix `ROOT` as relative path (#5129)
153873e
unverified

Malte Lorbach glenn-jocher commited on

Pass `LOCAL_RANK` to `torch_distributed_zero_first()` (#5114)
4a6dfff
unverified

Nan qiningonline commited on

Fix `yaml.safe_load()` ignore emoji errors (#5060)
070af88
unverified

glenn-jocher commited on

Implement `--save-period` locally (#5047)
5afc9c2
unverified

glenn-jocher commited on

Fix pylint: do not use bare 'except' (#5025)
1922dde
unverified

Zhiqiang Wang commited on

Compute loss on final val (#5017)
89a6e9f
unverified

glenn-jocher commited on

Update train.py (#5014)
452e847
unverified

glenn-jocher commited on

Allow YOLOv5 execution from arbitrary `cwd` (#4954)
4e04cb0
unverified

glenn-jocher commited on

Validate `best.pt` on train end (#4889)
d856c48
unverified

glenn-jocher commited on

Fix DDP destruction `LOGGER.info()` (#4863)
2b3109e
unverified

glenn-jocher commited on

Simplify `check_requirements()` usage (#4855)
4c839ee
unverified

glenn-jocher commited on

Update `sys.path.append(str(ROOT))` (#4852)
4d1a2ac
unverified

glenn-jocher commited on

Refactor argparser printing to `print_args()` (#4850)
3732f9a
unverified

glenn-jocher commited on

Evolution `--resume` fix (#4802)
621b6d5
unverified

glenn-jocher commited on

Replace `path.absolute()` with `path.resolve()` (#4763)
c47be26
unverified

glenn-jocher commited on

Fix `--data from_HUB.zip` (#4732)
c5360f6
unverified

glenn-jocher commited on

Add suffix checks (#4711)
a2b3c71
unverified

glenn-jocher commited on

Optimised Callback Class to Reduce Code and Fix Errors (#4688)
2317f86
unverified

Kalen Michael glenn-jocher commited on

EarlyStopper updates (#4679)
5487451
unverified

glenn-jocher commited on

Fixed 'meta' and 'hyp' may out of order when using evolve (#4657)
f64fab5
unverified

imyhxy commited on

DDP `torch.jit.trace()` `--sync-bn` fix (#4615)
50a9828
unverified

glenn-jocher commited on

Create `Annotator()` class (#4591)
de44376
unverified

glenn-jocher commited on

Remove `image_weights` DDP code (#4579)
d7aa3f1
unverified

glenn-jocher commited on

Add EarlyStopping feature (#4576)
93cc015
unverified

glenn-jocher commited on

Remove DDP process group timeout (#4422)
19d03a9
unverified

glenn-jocher commited on

Standardize headers and docstrings (#4417)
24bea5e
unverified

glenn-jocher commited on

`int(mlc)` (#4385)
ce7deec
unverified

glenn-jocher commited on

Update newline (#4308)
86c7150
unverified

glenn-jocher commited on