1
0
mirror of https://github.com/newnius/YAO-optimizer.git synced 2025-12-15 09:06:43 +00:00
This commit is contained in:
2020-05-02 14:56:44 +08:00
parent cdc06a87ed
commit c55e2c0503
2 changed files with 2 additions and 2 deletions

View File

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