try to accelerate the speed of speciate

This commit is contained in:
wls2002
2023-05-08 18:41:19 +08:00
parent 8653f49826
commit ee6bb01eff
4 changed files with 12 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ def evaluate(forward_func: Callable) -> List[float]:
# @partial(using_cprofile, root_abs_path='/mnt/e/neat-jax/', replace_pattern="/mnt/e/neat-jax/")
def main():
config = Configer.load_config()
pipeline = Pipeline(config, seed=11323)
pipeline = Pipeline(config, seed=114514)
pipeline.auto_run(evaluate)