1
0
mirror of https://github.com/newnius/YAO-optimizer.git synced 2025-12-13 08:26:43 +00:00

add files

This commit is contained in:
2020-04-29 22:57:10 +08:00
parent 2e0af4395c
commit 165570d77c
2 changed files with 2 additions and 1 deletions

View File

@@ -151,6 +151,7 @@ config = Config()
def train_models():
print("train")
lock.acquire()
np.random.seed(config.random_seed)
data_gainer = Data(config)