Skip to content
Snippets Groups Projects
Commit c9de71eb authored by Michael Langguth's avatar Michael Langguth
Browse files

Enabled modification of shell-script for training and postprocessing.

parent da911229
No related branches found
No related tags found
No related merge requests found
......@@ -116,8 +116,8 @@ def main():
# modify Batch scripts if metadata has been retrieved for the first time (md.status = "new")
if (md.status == "new"):
md.write_dirs_to_batch_scripts(scr_dir+"/DataPreprocess_to_tf.sh")
#md.write_dirs_to_batch_scripts(scr_dir+"/generate_era5.sh")
#md.write_dirs_to_batch_scripts(scr_dir+"/train_era5.sh")
md.write_dirs_to_batch_scripts(scr_dir+"/generate_era5.sh")
md.write_dirs_to_batch_scripts(scr_dir+"/train_era5.sh")
# ML 2020/06/08: Dirty workaround as long as data-splitting is done with a seperate Python-script
# called from the same parent Shell-/Batch-script
# -> work with temproary json-file in working directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment