Add comprehensive evaluation and ablation runner
This commit is contained in:
@@ -67,7 +67,7 @@ def main():
|
||||
clip_k = cfg.get("clip_k", 5.0)
|
||||
|
||||
if not args.skip_prepare:
|
||||
run([sys.executable, str(base_dir / "prepare_data.py")])
|
||||
run([sys.executable, str(base_dir / "prepare_data.py"), "--config", str(config_path)])
|
||||
if not args.skip_train:
|
||||
run([sys.executable, str(base_dir / "train.py"), "--config", str(config_path), "--device", args.device])
|
||||
if not args.skip_export:
|
||||
|
||||
Reference in New Issue
Block a user