From be598477f4cadee3394aca9524d59fea8455dd0c Mon Sep 17 00:00:00 2001
From: gong1 <b.gong@fz-juelich.de>
Date: Wed, 2 Sep 2020 15:53:52 +0200
Subject: [PATCH] update era5_convLSTM_model_hparams.json

---
 video_prediction_savp/hparams/era5/convLSTM/model_hparams.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/video_prediction_savp/hparams/era5/convLSTM/model_hparams.json b/video_prediction_savp/hparams/era5/convLSTM/model_hparams.json
index d4942bea..b026c6ee 100644
--- a/video_prediction_savp/hparams/era5/convLSTM/model_hparams.json
+++ b/video_prediction_savp/hparams/era5/convLSTM/model_hparams.json
@@ -2,7 +2,7 @@
 {
     "batch_size": 10,
     "lr": 0.001,
-    "max_epochs":2,
+    "max_epochs":20,
     "context_frames":10,
     "sequence_length":20,
     "loss_fun":"rmse"
-- 
GitLab