From 36427a2f660570f000579c39a346d6fb79286ccc Mon Sep 17 00:00:00 2001
From: Michael <m.langguth@fz-juelich.de>
Date: Thu, 20 May 2021 16:41:31 +0200
Subject: [PATCH] Remove sequence length from model_hparams_template.json.

---
 .../hparams/era5/convLSTM/model_hparams_template.json            | 1 -
 1 file changed, 1 deletion(-)

diff --git a/video_prediction_tools/hparams/era5/convLSTM/model_hparams_template.json b/video_prediction_tools/hparams/era5/convLSTM/model_hparams_template.json
index 17783b5f..e527c83e 100644
--- a/video_prediction_tools/hparams/era5/convLSTM/model_hparams_template.json
+++ b/video_prediction_tools/hparams/era5/convLSTM/model_hparams_template.json
@@ -4,7 +4,6 @@
     "lr": 0.001,
     "max_epochs":20,
     "context_frames":10,
-    "sequence_length":20,
     "loss_fun":"rmse",
     "shuffle_on_val":false
 
-- 
GitLab