ultralytics 8.0.77 Ray[Tune] for hyperparameter optimization (#2014)

Co-authored-by: JF Chen <k-2feng@hotmail.com>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Glenn Jocher 2023-04-14 01:28:34 +02:00 committed by GitHub
parent 4916014af2
commit 5065ca36a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 205 additions and 13 deletions

View file

@ -7,7 +7,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main, updates]
branches: [main]
schedule:
- cron: '0 0 * * *' # runs at 00:00 UTC every day
@ -76,9 +76,9 @@ jobs:
run: |
python -m pip install --upgrade pip wheel
if [ "${{ matrix.os }}" == "macos-latest" ]; then
pip install -e '.[export-macos]' --extra-index-url https://download.pytorch.org/whl/cpu
pip install -e '.[export]' --extra-index-url https://download.pytorch.org/whl/cpu
else
pip install -e '.[export-cpu]' --extra-index-url https://download.pytorch.org/whl/cpu
pip install -e '.[export]' --extra-index-url https://download.pytorch.org/whl/cpu
fi
yolo export format=tflite imgsz=32
- name: Check environment