mirror of
https://github.com/newnius/YAO-optimizer.git
synced 2025-12-13 00:16:44 +00:00
update
This commit is contained in:
1
serve.py
1
serve.py
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user