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:13:43 +08:00
parent 557ee80026
commit 1b99a877a1
2 changed files with 2 additions and 1 deletions

View File

@@ -138,6 +138,7 @@ class Data:
def draw_yqy(config, origin_data, predict_norm_data, mean_yqy, std_yqy):
return
label_norm_data = (origin_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"