1
0
mirror of https://github.com/newnius/YAO-optimizer.git synced 2025-12-13 00:16:44 +00:00
This commit is contained in:
2020-05-01 18:07:54 +08:00
parent dd5a03cb87
commit 7cd43511ac
2 changed files with 8 additions and 7 deletions

View File

@@ -142,6 +142,7 @@ def draw_yqy(config, origin_data, predict_norm_data, mean_yqy, std_yqy):
assert label_norm_data.shape[0] == predict_norm_data.shape[
0], "The element number in origin and predicted data is different"
print("dasdsadsadas")
# label_norm_data=label_norm_data[:,1]
label_name = 'high'
label_column_num = 1