Disable YOLO training plot side effects
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-07 05:25:47 +02:00
parent 2c9002785e
commit 3524ee7fb2
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -106,6 +106,7 @@ model.train(
name=run_name,
exist_ok=True,
pretrained=True,
plots=False,
verbose=True,
)