mirror of
https://github.com/newnius/YAO-optimizer.git
synced 2025-12-13 08:26:43 +00:00
update
This commit is contained in:
2
.idea/workspace.xml
generated
2
.idea/workspace.xml
generated
@@ -226,7 +226,7 @@
|
||||
<component name="PropertiesComponent">
|
||||
<property name="WebServerToolWindowFactoryState" value="false" />
|
||||
<property name="aspect.path.notification.shown" value="true" />
|
||||
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1588387966642" />
|
||||
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1588388059599" />
|
||||
<property name="go.gopath.indexing.explicitly.defined" value="true" />
|
||||
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
||||
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
||||
|
||||
2
train.py
2
train.py
@@ -110,7 +110,7 @@ def experiment(repeats, series, seed):
|
||||
print(train_trimmed[:, 0])
|
||||
print(train_trimmed[:, :])
|
||||
if seed:
|
||||
train_reshaped = train_trimmed[:, :].reshape(len(train_trimmed), 1, lag2)
|
||||
train_reshaped = train_trimmed[:, :].reshape(len(train_trimmed), 1, lag2+1)
|
||||
lstm_model.predict(train_reshaped, batch_size=batch_size)
|
||||
# forecast test dataset
|
||||
test_reshaped = test_scaled[:, 0:-1]
|
||||
|
||||
Reference in New Issue
Block a user