Freeze aerial warmup across training loop
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-29 16:27:30 +02:00
parent b393d9f65d
commit 18387448de
5 changed files with 46 additions and 0 deletions
@@ -63,6 +63,11 @@ def test_training_command_supports_conservative_aerial_finetuning(tmp_path: Path
assert "degrees=0.0" in command
assert "flipud=0.0" in command
assert "fliplr=0.5" in command
assert "warmup_epochs=1.0" in command
assert "warmup_bias_lr=0.01" in command
assert "hsv_h=0.01" in command
assert "hsv_s=0.2" in command
assert "hsv_v=0.15" in command
assert f"data={tmp_path / 'dataset.yaml'}" in command