yolov5/utils
Glenn Jocher 3c64d89104
AutoBatch protect from extreme batch sizes (#9209)
If < 1 or > 1024 set output to default batch size 16.

May partially address https://github.com/ultralytics/yolov5/issues/9156

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2022-08-29 20:06:00 +02:00
..
aws Fix `yaml.safe_load()` ignore emoji errors (#5060) 2021-10-05 13:41:52 -07:00
docker Update Dockerfile-arm64 to libpython3-dev (#9187) 2022-08-28 22:14:21 +02:00
flask_rest_api Allow multiple-model serving from Flask REST API (#8973) 2022-08-15 23:42:25 +02:00
google_app_engine Bump pip from 19.2 to 21.1 in /utils/google_app_engine (#5661) 2021-11-15 20:10:29 +01:00
loggers ClearML's set_report_period's time is defined in minutes not seconds. (#9186) 2022-08-29 14:58:55 +02:00
__init__.py `check_font()` on notebook init (#9200) 2022-08-29 15:12:15 +02:00
activations.py [pre-commit.ci] pre-commit suggestions (#7279) 2022-04-04 22:47:00 +02:00
augmentations.py Streaming Classification support (#9106) 2022-08-23 17:54:51 +02:00
autoanchor.py Fix AutoAnchor MPS bug (#9188) 2022-08-29 01:51:41 +02:00
autobatch.py AutoBatch protect from extreme batch sizes (#9209) 2022-08-29 20:06:00 +02:00
benchmarks.py Simplify benchmarks.py assertions (#8515) 2022-07-07 23:46:55 +02:00
callbacks.py Daemon `plot_labels()` for faster start (#9057) 2022-08-21 03:47:37 +02:00
dataloaders.py Add optional `transforms` argument to LoadStreams() (#9105) 2022-08-23 14:37:46 +02:00
downloads.py Refactor for simplification (#9054) 2022-08-21 01:34:03 +02:00
general.py `check_font()` fstring update (#9208) 2022-08-29 18:10:19 +02:00
loss.py Fix torch `long` to `float` tensor on HUB macOS (#8067) 2022-06-01 17:34:46 +02:00
metrics.py New TryExcept decorator (#9154) 2022-08-25 14:34:26 +02:00
plots.py Fixed Classify offsets (#9155) 2022-08-25 15:04:27 +02:00
torch_utils.py Comment EMA assert (#9173) 2022-08-26 20:06:26 +02:00