- 18 7月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* assert torch!=1.12.0 for DDP training * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ciCo-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
- 17 7月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
* Refactor optimizer initialization * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update train.py * Update train.py Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 16 7月, 2022 4 次提交
-
-
由 Glenn Jocher 提交于
* Update ci-testing with `pip install wheel` * Update ci-testing.yml * Update dockerfiles
-
由 Glenn Jocher 提交于
* Update `tqdm>=4.64.0` and `thop>=0.1.1` * Update requirements.txt
-
由 Glenn Jocher 提交于
-
由 Yonghye Kwon 提交于
* explicitly set weight_decay value The default weight_decay value of AdamW is 1e-2, so we should set it to zero. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Cleanup Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 15 7月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Colin Wong 提交于
-
- 13 7月, 2022 1 次提交
-
-
由 Colin Wong 提交于
Raise error on invalid model
-
- 12 7月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 曾逸夫(Zeng Yifu) 提交于
Update requirements.txt
-
由 Glenn Jocher 提交于
-
- 11 7月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
Protected divides in IOU function to resolve https://github.com/ultralytics/yolov5/issues/8539
-
由 Glenn Jocher 提交于
-
- 08 7月, 2022 9 次提交
-
-
由 Colin Wong 提交于
* Fix LoadImages with dataset yaml lists * Update dataloaders.py * Update dataloaders.py * Simplify/refactor PR * Update dataloaders.py Co-authored-by:
Colin Wong <noreply@brains4drones.com> Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
Improved error reporting for https://github.com/ultralytics/yolov5/issues/8519
-
由 Glenn Jocher 提交于
-
由 Colin Wong 提交于
Properly expose `batch_size` from OpenVINO Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Add `--hard-fail` list argument to benchmarks for CI Will cause CI to fail on a benchmark failure for given indices. * Update ci-testing.yml * Attempt Failure (CI should fail) * Update benchmarks.py * Update export.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update benchmarks.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update ci-testing.yml * Update benchmarks.py * Update benchmarks.py Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
由 UnglvKitDe 提交于
Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
Avoid FP64 ops for MPS support Resolves https://github.com/ultralytics/yolov5/pull/7878#issuecomment-1177952614
-
由 Glenn Jocher 提交于
Revert "Expose OpenVINO `batch_size` similarly to TensorRT (#8437)" This reverts commit da2ee393.
-
- 07 7月, 2022 3 次提交
-
-
由 Ayush Chaurasia 提交于
* attempt at reproducibility * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * use deterministic algs * fix everything :) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * revert dataloader changes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * process_batch as np * remove newline * Remove dataloader init fcn * Update val.py * Update train.py * revert additional changes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update train.py * Add --seed arg * Update general.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update train.py * Update train.py * Update val.py * Update train.py * Update general.py * Update general.py * Add deterministic argument to init_seeds() Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
由 Junya Morioka 提交于
Exclude torch==1.12.0, torchvision==0.13.0
-
- 05 7月, 2022 1 次提交
-
-
由 pre-commit-ci[bot] 提交于
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.32.1 → v2.34.0](https://github.com/asottile/pyupgrade/compare/v2.32.1...v2.34.0) Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
- 04 7月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 03 7月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
Require explicit request for MPS, i.e. ```bash python detect.py --device mps ``` Reverts https://github.com/ultralytics/yolov5/pull/8210 for preferring MPS if available. Note that torch MPS is experiencing ongoing compatibility issues in https://github.com/pytorch/pytorch/issues/77886
-
- 02 7月, 2022 1 次提交
-
-
由 Colin Wong 提交于
-
- 01 7月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* TRT `--half` fix autocast images to FP16 Resolves bug raised in https://github.com/ultralytics/yolov5/issues/7822 * Update common.py
-
- 30 6月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
* Update cache comments For better readability * Update dataloaders.py
-
由 Amir Pourmand 提交于
* add more docs * add more docs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update train.py Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 29 6月, 2022 1 次提交
-
-
由 Giacomo Guiduzzi 提交于
* Implementation of Early Stopping for DDP training This edit correctly uses the broadcast_object_list() function to send slave processes a boolean so to end the training phase if the variable is True, thus allowing the master process to destroy the process group and terminate. * Update train.py * Update train.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update train.py * Update train.py * Update train.py * Further cleanup This cleans up the definition of broadcast_list and removes the requirement for clear() afterward. Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
- 28 6月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Fix ONNX `--dynamic` export on GPU Patch forces --dynamic export model and image to CPU. Resolves bug raised in https://github.com/ultralytics/yolov5/issues/8377 * Update export.py
-
由 dependabot[bot] 提交于
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 27 6月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* Add filesize to benchmarks.py * Add filesize to benchmarks.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ciCo-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-