Support dense full-AOI building 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-07-27 05:53:14 +02:00
parent f07ff5d52c
commit 8a4a995659
4 changed files with 23 additions and 1 deletions
@@ -31,6 +31,8 @@ def test_training_command_is_cuda_deterministic_and_bound_to_frozen_inputs(tmp_p
assert "deterministic=True" in command
assert "seed=42" in command
assert "epochs=160" in command
assert "max_det=1000" in command
assert "imgsz=640" in command
assert f"data={tmp_path / 'dataset.yaml'}" in command