1
0
mirror of https://github.com/newnius/YAO-optimizer.git synced 2025-12-13 08:26:43 +00:00
This commit is contained in:
2020-05-02 01:54:45 +08:00
parent 75cbdfda69
commit a64e4810a1
2 changed files with 15 additions and 15 deletions

View File

@@ -129,8 +129,8 @@ class Data:
# test_data_yqy=test_data_yqy[1:21]
feature_data = (test_data_yqy - self.mean) / self.std
test_x = [feature_data]
print(test_x)
return np.array(test_x)
print(test_x[:, :, :1])
return np.array(test_x[:, :, :1])
# add end