From 106cffc1a34167d82a2575ba258ec0565024445b Mon Sep 17 00:00:00 2001 From: Newnius Date: Sat, 2 May 2020 11:11:28 +0800 Subject: [PATCH] update --- .idea/workspace.xml | 19 +++++++++---------- train.py | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ea149ca..c43bd9f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -48,7 +48,7 @@ - + @@ -57,7 +57,7 @@ - + @@ -92,8 +92,8 @@ - - + + @@ -226,7 +226,7 @@ - + @@ -267,16 +267,15 @@ - - @@ -398,8 +397,8 @@ - - + + diff --git a/train.py b/train.py index 1ab36ce..dfc06b9 100644 --- a/train.py +++ b/train.py @@ -104,7 +104,7 @@ def experiment(repeats, series, seed): t2 = test.shape[0] % batch_size train_trimmed = train_scaled[train_scaled.shape[0] - t1 * batch_size:, :] - lstm_model = fit_lstm(train_trimmed, batch_size, 300, 4) + lstm_model = fit_lstm(train_trimmed, batch_size, 3000, 4) # forecast the entire training dataset to build up state for forecasting print(train_trimmed) print(train_trimmed[:, 0])