Glenn Jocher
c5807f7776
Update ci-testing.yml ( #13094 )
...
* Update ci-testing.yml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Auto-format by https://ultralytics.com/actions
* Update requirements.txt
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2024-06-16 22:08:42 +02:00
Paula Derrenger
3742ab493d
Code Refactor for Speed and Readability ( #13074 )
...
Refactor code for speed and clarity
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-06-09 04:21:38 +02:00
Ultralytics Assistant
3ec95f9e3d
Update header line in Python files ( #13072 )
...
* Add license line to .github/ISSUE_TEMPLATE/bug-report.yml
* Add license line to .github/ISSUE_TEMPLATE/config.yml
* Add license line to .github/ISSUE_TEMPLATE/feature-request.yml
* Add license line to .github/ISSUE_TEMPLATE/question.yml
* Add license line to .github/dependabot.yml
* Add license line to .github/workflows/ci-testing.yml
* Add license line to .github/workflows/cla.yml
* Add license line to .github/workflows/codeql-analysis.yml
* Add license line to .github/workflows/docker.yml
* Add license line to .github/workflows/format.yml
* Add license line to .github/workflows/greetings.yml
* Add license line to .github/workflows/links.yml
* Add license line to .github/workflows/merge-main-into-prs.yml
* Add license line to .github/workflows/stale.yml
* Add license line to benchmarks.py
* Add license line to classify/predict.py
* Add license line to classify/train.py
* Add license line to classify/val.py
* Add license line to data/Argoverse.yaml
* Add license line to data/GlobalWheat2020.yaml
* Add license line to data/ImageNet.yaml
* Add license line to data/ImageNet10.yaml
* Add license line to data/ImageNet100.yaml
* Add license line to data/ImageNet1000.yaml
* Add license line to data/Objects365.yaml
* Add license line to data/SKU-110K.yaml
* Add license line to data/VOC.yaml
* Add license line to data/VisDrone.yaml
* Add license line to data/coco.yaml
* Add license line to data/coco128-seg.yaml
* Add license line to data/coco128.yaml
* Add license line to data/hyps/hyp.Objects365.yaml
* Add license line to data/hyps/hyp.VOC.yaml
* Add license line to data/hyps/hyp.no-augmentation.yaml
* Add license line to data/hyps/hyp.scratch-high.yaml
* Add license line to data/hyps/hyp.scratch-low.yaml
* Add license line to data/hyps/hyp.scratch-med.yaml
* Add license line to data/xView.yaml
* Add license line to detect.py
* Add license line to export.py
* Add license line to hubconf.py
* Add license line to models/common.py
* Add license line to models/experimental.py
* Add license line to models/hub/anchors.yaml
* Add license line to models/hub/yolov3-spp.yaml
* Add license line to models/hub/yolov3-tiny.yaml
* Add license line to models/hub/yolov3.yaml
* Add license line to models/hub/yolov5-bifpn.yaml
* Add license line to models/hub/yolov5-fpn.yaml
* Add license line to models/hub/yolov5-p2.yaml
* Add license line to models/hub/yolov5-p34.yaml
* Add license line to models/hub/yolov5-p6.yaml
* Add license line to models/hub/yolov5-p7.yaml
* Add license line to models/hub/yolov5-panet.yaml
* Add license line to models/hub/yolov5l6.yaml
* Add license line to models/hub/yolov5m6.yaml
* Add license line to models/hub/yolov5n6.yaml
* Add license line to models/hub/yolov5s-LeakyReLU.yaml
* Add license line to models/hub/yolov5s-ghost.yaml
* Add license line to models/hub/yolov5s-transformer.yaml
* Add license line to models/hub/yolov5s6.yaml
* Add license line to models/hub/yolov5x6.yaml
* Add license line to models/segment/yolov5l-seg.yaml
* Add license line to models/segment/yolov5m-seg.yaml
* Add license line to models/segment/yolov5n-seg.yaml
* Add license line to models/segment/yolov5s-seg.yaml
* Add license line to models/segment/yolov5x-seg.yaml
* Add license line to models/tf.py
* Add license line to models/yolo.py
* Add license line to models/yolov5l.yaml
* Add license line to models/yolov5m.yaml
* Add license line to models/yolov5n.yaml
* Add license line to models/yolov5s.yaml
* Add license line to models/yolov5x.yaml
* Add license line to pyproject.toml
* Add license line to segment/predict.py
* Add license line to segment/train.py
* Add license line to segment/val.py
* Add license line to train.py
* Add license line to utils/__init__.py
* Add license line to utils/activations.py
* Add license line to utils/augmentations.py
* Add license line to utils/autoanchor.py
* Add license line to utils/autobatch.py
* Add license line to utils/aws/resume.py
* Add license line to utils/callbacks.py
* Add license line to utils/dataloaders.py
* Add license line to utils/downloads.py
* Add license line to utils/flask_rest_api/example_request.py
* Add license line to utils/flask_rest_api/restapi.py
* Add license line to utils/general.py
* Add license line to utils/google_app_engine/app.yaml
* Add license line to utils/loggers/__init__.py
* Add license line to utils/loggers/clearml/clearml_utils.py
* Add license line to utils/loggers/clearml/hpo.py
* Add license line to utils/loggers/comet/__init__.py
* Add license line to utils/loggers/comet/comet_utils.py
* Add license line to utils/loggers/comet/hpo.py
* Add license line to utils/loggers/wandb/wandb_utils.py
* Add license line to utils/loss.py
* Add license line to utils/metrics.py
* Add license line to utils/plots.py
* Add license line to utils/segment/augmentations.py
* Add license line to utils/segment/dataloaders.py
* Add license line to utils/segment/general.py
* Add license line to utils/segment/loss.py
* Add license line to utils/segment/metrics.py
* Add license line to utils/segment/plots.py
* Add license line to utils/torch_utils.py
* Add license line to utils/triton.py
* Add license line to val.py
* Auto-format by https://ultralytics.com/actions
* Update ImageNet1000.yaml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Auto-format by https://ultralytics.com/actions
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-06-08 22:29:29 +02:00
dependabot[bot]
be2b49fc89
Update tensorflow requirement from <=2.13.1 to <=2.16.1 ( #12974 )
...
Updates the requirements on [tensorflow](https://github.com/tensorflow/tensorflow ) to permit the latest version.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/v2.16.1/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/tflite-v0.1.7...v2.16.1 )
---
updated-dependencies:
- dependency-name: tensorflow
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: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com>
2024-06-08 22:19:39 +02:00
Glenn Jocher
c0380fd855
Add Prettier for YAML formatting to Ultralytics Actions ( #13053 )
...
* Add Prettier for YAML formatting to Ultralytics Actions
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Update format.yml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Update format.yml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-05-30 12:37:30 +02:00
goksmisama
004037947f
Fix reshape_classifier_output function to correctly reshape the final output layer ( #13052 )
...
* Fix reshape_classifier_output function to correctly reshape the final output layer
* Update torch_utils.py
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-05-29 22:12:17 +02:00
RainRat
2b7bcf664b
Fix typos ( #13049 )
...
* fix typos
no functional change
* Update hpo.py
better fix for typo
no functional change
2024-05-29 22:09:30 +02:00
Glenn Jocher
892e8a8263
Update Ultralytics YouTube URL ( #13046 )
...
* Update Ultralytics YouTube URL
* Update README.md
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Auto-format by https://ultralytics.com/actions
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2024-05-28 16:56:27 +02:00
Glenn Jocher
60dde7f18b
[Snyk] Security upgrade requests from 2.31.0 to 2.32.0 ( #13039 )
...
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-05-24 07:50:10 +02:00
Glenn Jocher
712de55a20
Reformat Markdown code blocks ( #13023 )
2024-05-18 15:52:21 +02:00
dependabot[bot]
1bcd17ee69
Bump contributor-assistant/github-action from 2.3.2 to 2.4.0 in /.github/workflows ( #13006 )
...
Bump contributor-assistant/github-action in /.github/workflows
Bumps [contributor-assistant/github-action](https://github.com/contributor-assistant/github-action ) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/contributor-assistant/github-action/releases )
- [Commits](https://github.com/contributor-assistant/github-action/compare/v2.3.2...v2.4.0 )
---
updated-dependencies:
- dependency-name: contributor-assistant/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 11:46:16 +02:00
Glenn Jocher
28e06aa391
Centralize ENV variable definition in utils/general.py ( #13004 )
...
* Centralize ENV variable definition in utils/general.py
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Update export.py
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Auto-format by https://ultralytics.com/actions
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2024-05-12 22:16:54 +02:00
Glenn Jocher
d1ea6b1efa
Revert CI `pip install` retries to default ( #13002 )
...
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-05-12 18:48:42 +02:00
Glenn Jocher
331c39e3c3
Add `pip install --retries 3` to CI to resolve transients ( #13001 )
...
* Add `pip install --retries 3` to CI to resolve transients
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Update ci-testing.yml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-05-12 18:25:53 +02:00
inisis
2f6b91ee8c
Set `TORCH_CPP_LOG_LEVEL=ERROR` for reduced verbosity ( #12989 )
...
* modify torch cpp log level to Error to avoid annoying print
* Auto-format by https://ultralytics.com/actions
---------
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2024-05-12 17:10:18 +02:00
Nick Martin
920c721ea7
Backport compatibility with TensorRT version 10 from yolov8 ( #12984 )
...
Add compatibility with TensorRT version 10.
Based on the is_trt10 code in yolov8.
2024-05-05 11:55:12 +02:00
Glenn Jocher
b599ae42d9
Add Turkish and Vietnamese Docs ( #12972 )
...
* Add Turkish and Vietnamese Docs
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Update README.md
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Update pyproject.toml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-04-28 17:18:39 +02:00
dependabot[bot]
4456c95352
Bump slackapi/slack-github-action from 1.25.0 to 1.26.0 in /.github/workflows ( #12948 )
...
* Bump slackapi/slack-github-action in /.github/workflows
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action ) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases )
- [Commits](https://github.com/slackapi/slack-github-action/compare/v1.25.0...v1.26.0 )
---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update ci-testing.yml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-04-27 13:22:02 +02:00
dependabot[bot]
2236169145
Bump gunicorn from 19.10.0 to 22.0.0 in /utils/google_app_engine ( #12929 )
...
* Bump gunicorn from 19.10.0 to 22.0.0 in /utils/google_app_engine
Bumps [gunicorn](https://github.com/benoitc/gunicorn ) from 19.10.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases )
- [Commits](https://github.com/benoitc/gunicorn/compare/19.10.0...22.0.0 )
---
updated-dependencies:
- dependency-name: gunicorn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* [Snyk] Security upgrade gunicorn from 19.10.0 to 22.0.0 (#12938 )
fix: utils/google_app_engine/additional_requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-6615672
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
---------
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>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-04-17 20:41:59 -07:00
Glenn Jocher
cf8b67b7e9
Update merge-main-into-prs.yml ( #12922 )
...
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-04-14 07:36:44 -07:00
Glenn Jocher
51dc1af6e8
Update merge-main-into-prs.yml ( #12921 )
...
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-04-14 06:30:37 -07:00
Glenn Jocher
6c8f693352
Update merge-main-into-prs.yml ( #12920 )
...
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-04-14 06:23:17 -07:00
Glenn Jocher
a3ddc1795e
Update to `ultralytics>=8.1.47` ( #12919 )
...
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-04-14 06:19:07 -07:00
Glenn Jocher
77aa0e61af
Create merge-main-into-prs.yml ( #12918 )
...
* Create merge-main-into-prs.yml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Update merge-main-into-prs.yml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-04-14 06:14:49 -07:00
Glenn Jocher
21f8f94d11
Sort imports with Ruff and iSort ( #12915 )
...
* Sort imports with Ruff and iSort
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Auto-format by https://ultralytics.com/actions
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2024-04-13 08:21:03 -07:00
Glenn Jocher
d07d0cf633
Create cla.yml ( #12899 )
...
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-04-09 14:52:45 +02:00
Glenn Jocher
ae4ef3b267
[Snyk] Security upgrade pillow from 9.5.0 to 10.3.0 ( #12868 )
...
* fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6514866
* Update requirements.txt
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-04-07 00:46:25 +02:00
Glenn Jocher
ac6c4383bc
Update Discord and Contributing Guide URLs ( #12847 )
...
* Update Discord and Contributing Guide URLs
* Update __init__.py
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-03-24 18:31:58 +01:00
Glenn Jocher
db125a2017
Update export.py to `tensorflow<=2.15.1` ( #12803 )
...
* Update export.py
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Update export.py
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Auto-format by https://ultralytics.com/actions
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2024-03-10 13:49:37 +01:00
Abhishek Sharma
a428ff7689
Update pyproject.toml ( #12740 )
...
* Update pyproject.toml
sio
Signed-off-by: Abhishek Sharma <140809134+AbhishekSharma-17@users.noreply.github.com>
* Update pyproject.toml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
---------
Signed-off-by: Abhishek Sharma <140809134+AbhishekSharma-17@users.noreply.github.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-03-10 13:28:53 +01:00
Glenn Jocher
d6900cde52
[Snyk] Security upgrade wheel from 0.32.2 to 0.38.0 ( #12791 )
...
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-WHEEL-3180413
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-03-10 13:27:53 +01:00
Glenn Jocher
a083914a19
Limit TF export to `tensorflow<2.15.1` ( #12800 )
...
* Update ci-testing.yml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* bump tests to 3.12
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Update ci-testing.yml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Update ci-testing.yml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Update ci-testing.yml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-03-10 13:17:51 +01:00
Glenn Jocher
b2ffe05569
Add Discord badge ( #12783 )
...
* Add Discord badge
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Auto-format by https://ultralytics.com/actions
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2024-03-04 21:12:53 +01:00
Kumar Selvakumaran
b24177bf99
A minor correction in a comment ( #12782 )
...
* A minor correction in a comment
I added the 'h' in 'https' in the link to the label smoothing issue.
Signed-off-by: Kumar Selvakumaran <62794224+kumar-selvakumaran@users.noreply.github.com>
* Auto-format by https://ultralytics.com/actions
---------
Signed-off-by: Kumar Selvakumaran <62794224+kumar-selvakumaran@users.noreply.github.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2024-03-04 21:11:17 +01:00
Hongbo
b939236170
Correct the output dir in dataloaders.py ( #12771 )
...
Correct the output dir in dataloaders.py
Signed-off-by: Hongbo <12580159+ya0guang@users.noreply.github.com>
2024-03-01 12:32:29 +01:00
Glenn Jocher
574331f984
Replace inline comments with docstrings ( #12764 )
...
* Add docstrings
* Add docstrings
* Add docstrings
* Add docstrings
* Add docstrings
* Add docstrings
* Add docstrings
* Add docstrings
* Add docstrings
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Add docstrings
* Add docstrings
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Update plots.py
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2024-02-26 23:16:32 +01:00
Glenn Jocher
41603da162
Add docstrings to YOLOv5 functions ( #12760 )
...
* Add docstrings to top level files
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Add docstrings
* Auto-format by https://ultralytics.com/actions
* Update activations.py
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Auto-format by https://ultralytics.com/actions
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2024-02-25 14:04:01 +01:00
imyhxy
ca00c34c2a
Fix docs typos in callbacks.py ( #12750 )
...
* Update callbacks.py
Signed-off-by: imyhxy <imyhxy@gmail.com>
* Update general.py
Signed-off-by: imyhxy <imyhxy@gmail.com>
---------
Signed-off-by: imyhxy <imyhxy@gmail.com>
2024-02-25 13:57:41 +01:00
dependabot[bot]
95ebf68f92
Bump nick-invision/retry from 2 to 3 in /.github/workflows ( #12707 )
...
Bumps [nick-invision/retry](https://github.com/nick-invision/retry ) from 2 to 3.
- [Release notes](https://github.com/nick-invision/retry/releases )
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js )
- [Commits](https://github.com/nick-invision/retry/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: nick-invision/retry
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-08 19:48:28 +01:00
Glenn Jocher
875d92782e
[Snyk] Security upgrade pillow from 9.5.0 to 10.2.0 ( #12697 )
...
* fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219984
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219986
* Auto-format by https://ultralytics.com/actions
* Update requirements.txt
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2024-02-01 23:56:35 +01:00
dependabot[bot]
9cdbd1de6b
Bump slackapi/slack-github-action from 1.24.0 to 1.25.0 in /.github/workflows ( #12679 )
...
Bump slackapi/slack-github-action in /.github/workflows
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action ) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases )
- [Commits](https://github.com/slackapi/slack-github-action/compare/v1.24.0...v1.25.0 )
---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 13:09:36 +01:00
Glenn Jocher
4d5c0a403b
Update format.yml ( #12682 )
...
* Update format.yml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Update format.yml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-01-29 11:53:02 +01:00
Paula Derrenger
4878541d43
Ultralytics Actions with OpenAI GPT-4 PR Summary ( #12678 )
...
* Update Ultralytics Actions
* Update format.yml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
---------
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-01-28 23:52:03 +01:00
Glenn Jocher
72749c1ce2
Link checks SSL insecure robustness ( #12675 )
...
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-01-27 18:49:40 +01:00
Glenn Jocher
050c72cbba
YAML reformat ( #12648 )
...
* YAML reformat
* Auto-format by Ultralytics actions
---------
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2024-01-18 17:53:34 +01:00
Glenn Jocher
703d37ef79
Update requirements.txt to `numpy>=1.23.5` ( #12641 )
...
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-01-17 01:19:22 +01:00
dependabot[bot]
c8846622b1
Update jax requirement from <=0.4.21 to <=0.4.23 ( #12594 )
...
* Update jax requirement from <=0.4.21 to <=0.4.23
Updates the requirements on [jax](https://github.com/google/jax ) to permit the latest version.
- [Release notes](https://github.com/google/jax/releases )
- [Changelog](https://github.com/google/jax/blob/main/CHANGELOG.md )
- [Commits](https://github.com/google/jax/compare/jaxlib-v0.1.32...jax-v0.4.23 )
---
updated-dependencies:
- dependency-name: jax
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update pyproject.toml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-01-17 00:04:45 +01:00
dependabot[bot]
32e04a86f4
Update jaxlib requirement from <=0.4.21 to <=0.4.23 ( #12593 )
...
Updates the requirements on [jaxlib](https://github.com/google/jax ) to permit the latest version.
- [Release notes](https://github.com/google/jax/releases )
- [Changelog](https://github.com/google/jax/blob/main/CHANGELOG.md )
- [Commits](https://github.com/google/jax/compare/jaxlib-v0.1.32...jaxlib-v0.4.23 )
---
updated-dependencies:
- dependency-name: jaxlib
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>
2024-01-17 00:01:19 +01:00
Glenn Jocher
7d9a117d07
Update links.yml to --scheme https ( #12625 )
...
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-01-13 22:42:33 +01:00
Glenn Jocher
22e9afef74
Python refactor and simplification ( #12624 )
...
* Python code cleanup
* Auto-format by Ultralytics actions
---------
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
2024-01-13 22:34:05 +01:00