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