1
0
mirror of https://github.com/newnius/YAO-optimizer.git synced 2025-12-15 17:06:44 +00:00
This commit is contained in:
2020-05-02 12:05:02 +08:00
parent f84743b291
commit 3c707ca1fc
3 changed files with 33 additions and 33 deletions

View File

@@ -187,7 +187,6 @@ def draw_yqy(config, origin_data, predict_norm_data, mean_yqy, std_yqy): # 这
# print(label_data[-1])
# print(predict_data[-1][0])
def main(config):
np.random.seed(config.random_seed)
data_gainer = Data(config)