From e76d172d9c6df88f870c0b824ce1f7d25bfa6fc5 Mon Sep 17 00:00:00 2001 From: Michael <m.langguth@fz-juelich.de> Date: Thu, 20 May 2021 17:39:30 +0200 Subject: [PATCH] Remove sequence length from model_hparams_template.json. --- .../hparams/era5/convLSTM_gan/model_hparams_template.json | 1 - 1 file changed, 1 deletion(-) diff --git a/video_prediction_tools/hparams/era5/convLSTM_gan/model_hparams_template.json b/video_prediction_tools/hparams/era5/convLSTM_gan/model_hparams_template.json index bd0357a1..a2b9be54 100644 --- a/video_prediction_tools/hparams/era5/convLSTM_gan/model_hparams_template.json +++ b/video_prediction_tools/hparams/era5/convLSTM_gan/model_hparams_template.json @@ -4,7 +4,6 @@ "lr": 0.001, "max_epochs":20, "context_frames":12, - "sequence_length":24, "loss_fun":"rmse", "shuffle_on_val":false, "recon_weight":0.6 -- GitLab