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 12:43:59 +08:00
parent e8cdfc2c51
commit c1078afaee
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,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, 300, 4)
lstm_model = fit_lstm(train_trimmed, batch_size, 30, 4)
# forecast the entire training dataset to build up state for forecasting
print(train_trimmed)
print(train_trimmed[:, 0])