Skip to content

Commit fc317ce

Browse files
committed
Gets model script as argv
1 parent 1446630 commit fc317ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/p2b1_mlrMBO/swift/ai_workflow3.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ int max_budget = toint(argv("mb", "110"));
1717
int max_iterations = toint(argv("mi", "10"));
1818
int design_size = toint(argv("ds", "10"));
1919
string param_set = argv("param_set_file");
20-
file model_script = input("%s/scripts/theta_run_model.sh" % (emews_root));
20+
file model_script = input(argv("script_file"));
2121

2222
string FRAMEWORK = "keras";
2323

0 commit comments

Comments
 (0)