- 21 2月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
* Switch default LR scheduler from cos to linear Based on empirical results of training both ways on all YOLOv5 models. * linear bug fix
-
由 Jirka Borovec 提交于
* GH: add PR template * Update CONTRIBUTING.md * Update PULL_REQUEST_TEMPLATE.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md 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>
-
由 Glenn Jocher 提交于
-
- 19 2月, 2022 6 次提交
-
-
由 Glenn Jocher 提交于
This is a torch bug, but they seem unable or unwilling to fix it so I'm creating a suppression in YOLOv5. Resolves https://github.com/ultralytics/yolov5/issues/6692
-
由 Glenn Jocher 提交于
* Use `export_formats()` in export.py * list fix
-
由 Raffaele Galliera 提交于
* refactor: use edgetpu flag * fix: remove bitwise and assignation to tflite * Cleanup and fix tflite * Cleanup Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Samuel Yvon 提交于
Integer division by a float yields a (rounded) float. This causes the dataloader to crash when creating a range.
-
由 Glenn Jocher 提交于
* Fix CoreML P6 inference * [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>
-
gs://...`由 Glenn Jocher 提交于
-
- 18 2月, 2022 1 次提交
-
-
由 Jiacong Fang 提交于
* Fix exporting saved_model: pb exceeds 2GB * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Replace TF v1.x API with TF v2.x API for saved_model export * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Clean up * Remove lambda in tf.function() * Revert "Remove lambda in tf.function()" to be compatible with TF v2.4 This reverts commit 46c7931f11dfdea6ae340c77287c35c30b9e0779. * Fix for pre-commit.ci * Cleanup1 * Cleanup2 * Backwards compatibility update * Update common.py * Update common.py * Cleanup3 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>
-
- 17 2月, 2022 8 次提交
-
-
由 Glenn Jocher 提交于
Revert to 21.10 on autobuild fail
-
由 Glenn Jocher 提交于
Reordered installation may help reduce resource usage in autobuild
-
由 Glenn Jocher 提交于
Also `nvidia-tensorboard-plugin-dlprof`, `nvidia-tensorboard` are no longer installed in NVCR base.
-
由 Glenn Jocher 提交于
22.10 returns 'no space left on device' error message. Seems like a bug at docker. Raised issue in https://github.com/docker/hub-feedback/issues/2209
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Handle `scipy.cluster.vq.kmeans` too few points Resolves #6664 * Update autoanchor.py * Cleanup
-
由 Glenn Jocher 提交于
New `--cache val` argument will cache validation set only into RAM. Should help multi-GPU training speeds without consuming as much RAM as full `--cache ram`.
-
- 16 2月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
Fix for #6658 for single-GPU and CPU training use cases
-
由 Glenn Jocher 提交于
-
- 15 2月, 2022 1 次提交
-
-
由 imyhxy 提交于
-
- 14 2月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
Fix attempt for https://github.com/ultralytics/yolov5/issues/6626
-
- 12 2月, 2022 4 次提交
-
-
由 Glenn Jocher 提交于
* Add benchmarks.py * Update * Add requirements * Updates * Updates * Updates * Updates * Updates * Updates * dataset autodownload from root * Update * Redirect to /dev/null * sudo --help * Cleanup * Add exports pd df * Updates * Updates * Updates * Cleanup * dir handling fix * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Cleanup * Cleanup2 * Cleanup3 * Cleanup model_type Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
由 Ayush Chaurasia 提交于
-
由 Ayush Chaurasia 提交于
* log best.pt metrics at train end * update * Update __init__.py * flush callbacks when using evolve * remember batch size on resuming * Update train.py * improve stability of resume Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
- 11 2月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
Per https://github.com/ultralytics/yolov5/issues/5860#issuecomment-1035320018 by @hdnh2006
-
- 10 2月, 2022 4 次提交
-
-
由 or-toledano 提交于
* Fix missing data folder when running log_dataset * Use ROOT/'data' * PEP8 whitespace
-
由 Glenn Jocher 提交于
* Fix `hyp_evolve.yaml` indexing bug Bug caused hyp_evolve.yaml to display latest generation result rather than best generation result. * Update plots.py * Update general.py * Update general.py * Update general.py
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
Per https://github.com/ultralytics/yolov5/issues/6583#issuecomment-1034421945 by @alicera
-
- 09 2月, 2022 2 次提交
-
-
由 Christoph Fürbacher 提交于
-
由 Glenn Jocher 提交于
-
- 08 2月, 2022 5 次提交
-
-
由 Matthias Vadcard 提交于
* Update train.py As see in #6463, modification on train in evolve process to allow custom save directory. * fix val * PEP8 whitespace around operator * Cleanup Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
* Fix `plot_labels()` colored histogram bug * Cleanup
-
由 Glenn Jocher 提交于
* Fix zero-export handling with `if any(f):` Partial fix for https://github.com/ultralytics/yolov5/issues/6563 * Cleanup
-
由 Glenn Jocher 提交于
* Improved AutoBatch DDP error message * Cleanup
-
由 Glenn Jocher 提交于
* Move trainloader functions to class methods * results = ThreadPool(NUM_THREADS).imap(self.load_image, range(n)) * Cleanup
-
- 05 2月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* Edge TPU TF imports fix Fix for https://github.com/ultralytics/yolov5/issues/6535#issuecomment-1030631526 * Update common.py
-