From 46dc86ef04b130c9780dbe228ec839f33364c4db Mon Sep 17 00:00:00 2001 From: stadtler1 <s.stadtler@fz-juelich.de> Date: Fri, 28 Aug 2020 10:03:22 +0200 Subject: [PATCH] Added information to the comment how to call the different models. --- video_prediction_savp/HPC_scripts/hyperparam_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_prediction_savp/HPC_scripts/hyperparam_setup.sh b/video_prediction_savp/HPC_scripts/hyperparam_setup.sh index a6c24a06..34894da8 100644 --- a/video_prediction_savp/HPC_scripts/hyperparam_setup.sh +++ b/video_prediction_savp/HPC_scripts/hyperparam_setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# for choosing the model +# for choosing the model convLSTM vae mcnet savp export model=convLSTM export model_hparams=../hparams/era5/${model}/model_hparams.json -- GitLab