mirror of
https://github.com/newnius/YAO-optimizer.git
synced 2025-12-13 00:16:44 +00:00
update
This commit is contained in:
2
serve.py
2
serve.py
@@ -128,7 +128,7 @@ class Data:
|
|||||||
test_data_yqy = []
|
test_data_yqy = []
|
||||||
# test_data_yqy=test_data_yqy[1:21]
|
# test_data_yqy=test_data_yqy[1:21]
|
||||||
feature_data = (test_data_yqy - self.mean) / self.std
|
feature_data = (test_data_yqy - self.mean) / self.std
|
||||||
test_x = [feature_data][:, 0]
|
test_x = [feature_data][:, 0:1]
|
||||||
print(test_x)
|
print(test_x)
|
||||||
return np.array(test_x)
|
return np.array(test_x)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user