make building results authority-first after V74 evaluation
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-08-10 04:44:29 +02:00
parent 98188e0a44
commit 4b0cab3ce5
27 changed files with 13067 additions and 6 deletions
@@ -84,6 +84,7 @@ def main() -> int:
seed=73,
amp=False,
val=False,
optimizer="AdamW",
lr0=args.learning_rate,
lrf=0.1,
freeze=args.freeze,
@@ -114,6 +115,7 @@ def main() -> int:
"imgsz": args.imgsz,
"batch": args.batch,
"learning_rate": args.learning_rate,
"optimizer": "AdamW",
"freeze": args.freeze,
"workers": args.workers,
"device": torch.cuda.get_device_name(0),