mirror of
https://github.com/ultralytics/ultralytics
synced 2026-05-24 09:38:39 +00:00
YOLOE: Fix Linear Probing example (#19985)
Signed-off-by: Mohammed Yasin <32206511+Y-T-G@users.noreply.github.com>
This commit is contained in:
parent
f8bf96af2e
commit
c2fbfc5c4a
1 changed files with 0 additions and 1 deletions
|
|
@ -115,7 +115,6 @@ The YOLOE models are easy to integrate into your Python applications. Ultralytic
|
|||
f"{head_index}.cv3.2.1",
|
||||
]
|
||||
)
|
||||
freeze = [str(f) for f in range(0, len(model.model.model))]
|
||||
|
||||
model.train(
|
||||
data="coco128-seg.yaml",
|
||||
|
|
|
|||
Loading…
Reference in a new issue