feat: pre-flight filter of untrainable task types before gate

This commit is contained in:
2026-07-16 06:16:02 -04:00
parent c44f6010eb
commit caea9150b3
10 changed files with 148 additions and 7 deletions
@@ -54,6 +54,7 @@ def _base_config(workspace_dir: Path, store_dir: Path) -> RunConfig:
batch_size=5,
min_class_per_batch=2,
eval_min_per_class=2,
trainable_min_units=8,
early_stop_patience=3,
test_size=10,
use_slow_momentum=False,