We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1446630 commit fc317ceCopy full SHA for fc317ce
workflows/p2b1_mlrMBO/swift/ai_workflow3.swift
@@ -17,7 +17,7 @@ int max_budget = toint(argv("mb", "110"));
17
int max_iterations = toint(argv("mi", "10"));
18
int design_size = toint(argv("ds", "10"));
19
string param_set = argv("param_set_file");
20
-file model_script = input("%s/scripts/theta_run_model.sh" % (emews_root));
+file model_script = input(argv("script_file"));
21
22
string FRAMEWORK = "keras";
23
0 commit comments