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 @@
1588152877746
-
+
-
+
-
@@ -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])