Add Classification model YAML support (#154)
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>
This commit is contained in:
parent
0e5a7ae623
commit
07eab49c3d
14 changed files with 199 additions and 71 deletions
|
|
@ -71,7 +71,7 @@ def test_segment():
|
|||
def test_classify():
|
||||
overrides = {
|
||||
"data": "imagenette160",
|
||||
"model": "squeezenet1_0",
|
||||
"model": "yolov8n-cls.yaml",
|
||||
"imgsz": 32,
|
||||
"epochs": 1,
|
||||
"batch": 64,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue