From c55e2c0503d92f5a8eb096e2f7e35167cae847e6 Mon Sep 17 00:00:00 2001 From: Newnius Date: Sat, 2 May 2020 14:56:44 +0800 Subject: [PATCH] update --- .idea/workspace.xml | 2 +- train.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f4ce410..b595be1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -243,7 +243,7 @@ - + diff --git a/train.py b/train.py index 3dceadd..8aa6996 100644 --- a/train.py +++ b/train.py @@ -111,7 +111,7 @@ def experiment(repeats, series, seed): t2 = test.shape[0] % batch_size train_trimmed = train_scaled[t1:, :] - lstm_model = fit_lstm(train_trimmed, batch_size, 30, 4) + lstm_model = fit_lstm(train_trimmed, batch_size, 300, 4) # forecast the entire training dataset to build up state for forecasting print(train_trimmed) print(train_trimmed[:, 0])