From a2c9cb9d2c38ad36ee71e6cefcca008b24a3f285 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 31 May 2019 01:33:17 +0200 Subject: [PATCH] updates --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index e01f4c00..4b9d828a 100644 --- a/train.py +++ b/train.py @@ -348,7 +348,7 @@ if __name__ == '__main__': # Write mutation results print_mutation(hyp, results) - gen = 50 # generations to evolve + gen = 1000 # generations to evolve for _ in range(gen): # Mutate hyperparameters