- 28 1月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* Fix2 select_device() for Multi-GPU * Cleanup * Cleanup * Simplify error message * Improve assert * Update torch_utils.py
-
- 27 1月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
* Fix `select_device()` for Multi-GPU Possible fix for https://github.com/ultralytics/yolov5/issues/6431 * Update torch_utils.py * Update torch_utils.py * Update torch_utils.py * Update torch_utils.py * Update * Update * Update * Update * Update * Update * Update * Update * Update
-
由 Glenn Jocher 提交于
This reverts commit 3119b2f2.
-
- 26 1月, 2022 3 次提交
-
-
由 toschi23 提交于
-
由 Glenn Jocher 提交于
* Verbose updates * Verbose updates
-
由 Glenn Jocher 提交于
* Workflow updates * quotes fix * best to weights fix
-
- 25 1月, 2022 4 次提交
-
-
由 Motoki Kimura 提交于
* import tflite_runtime if tensorflow not installed * rename tflite to tfli * Attempt tflite_runtime for all TFLite workflows Also rename tfli to tfl Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Jonathan Samelson 提交于
* Gave a more explicit name to the logger * Cleanup Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
* Update `greetings.yaml` email address * Update greetings.yml
-
由 Glenn Jocher 提交于
* Add detect.py GIF video inference * Cleanup
-
- 23 1月, 2022 1 次提交
-
-
由 Matthias 提交于
* New flag 'stop_training' in util.callbacks.Callbacks class to prematurely stop training from callback handler * Removed most of the new checks, leaving only the one after calling 'on_train_batch_end' * Cleanup Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 22 1月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 21 1月, 2022 5 次提交
-
-
由 Glenn Jocher 提交于
21.12 generates dockerhub errors so rolling back to 21.10 with latest pytorch install. Not sure if this torch install will work on non-GPU dockerhub autobuild so this is an experiment.
-
由 Glenn Jocher 提交于
-
由 Ayush Chaurasia 提交于
* log best.pt metrics at train end * update * Update __init__.py * flush callbacks when using evolve Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 sitecao 提交于
-
由 imyhxy 提交于
-
- 20 1月, 2022 3 次提交
-
-
由 johnk2hawaii 提交于
New environment variable `VERBOSE`
-
由 Glenn Jocher 提交于
* `export.py` automatic `forward_export` * [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>
-
由 Glenn Jocher 提交于
-
- 19 1月, 2022 4 次提交
-
-
由 Glenn Jocher 提交于
* `export.py` return exported files/dirs * Path to str
-
由 Glenn Jocher 提交于
* TensorRT `assert im.device.type != 'cpu'` on export * Update export.py
-
由 Glenn Jocher 提交于
* Console corrupted -> corrupt Minor style changes. * Update export.py
-
由 Glenn Jocher 提交于
* Remove `dataset_stats()` autodownload capability @kalenmike security update per Slack convo * Update datasets.py
-
- 17 1月, 2022 1 次提交
-
-
由 Otfot 提交于
* Fix `train.py` parameter groups desc error * Cleanup Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 15 1月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
* `select_device()` cleanup * Update torch_utils.py * Update torch_utils.py * Update torch_utils.py * Update torch_utils.py * Update torch_utils.py
-
由 Henry 提交于
* Fixing bug multi-gpu training This solves this issue: https://github.com/ultralytics/yolov5/issues/6297#issue-1103853348 * Update torch_utils.py for pep8
-
- 14 1月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
* Fix device count check() * Update torch_utils.py * Update torch_utils.py * Update hubconf.py
-
由 Glenn Jocher 提交于
* Add `is_kaggle()` function Return True if environment is Kaggle Notebook. * Remove root loggers only if is_kaggle() == True * Update general.py
-
- 13 1月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 12 1月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* Enable ONNX ``--half` FP16 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>
-
- 11 1月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 10 1月, 2022 1 次提交
-
-
由 Jinwoong Yoo 提交于
* Fix cmd string on tfjs export * Cleanup Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 08 1月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 07 1月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
* Update p2-p7 `models/hub` variants * Update common.py * AutoAnchor camelcase corrections
-
由 Glenn Jocher 提交于
-
- 06 1月, 2022 4 次提交
-
-
由 Glenn Jocher 提交于
* Attempt `edgetpu-compiler` autoinstall Attempt to install edgetpu-compiler dependency if missing on Linux. * Update export.py * Update export.py
-
由 Glenn Jocher 提交于
* Add `edgetpu_compiler` checks * Update export.py * Update export.py * Update export.py * Update export.py * Update export.py * Update export.py
-
由 Glenn Jocher 提交于
* TFLite `--int8` 'flatbuffers==1.12' fix 2 Reorganizes #6216 fix to update before `tensorflow` import so no restart required. * Update export.py
-
由 Glenn Jocher 提交于
* TFLite `--int8` 'flatbuffers==1.12' fix Temporary workaround for TFLite INT8 export. * Update export.py * Update export.py
-