From efe86b0c4ce81033d35a581fd9e5f4251325d93f Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 16 Sep 2019 19:49:09 +0200 Subject: [PATCH] updates --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index 55e82af4..c3763fdc 100644 --- a/train.py +++ b/train.py @@ -430,7 +430,7 @@ if __name__ == '__main__': # Mutate init_seeds(seed=int(time.time())) - s = [.20, .20, .20, .20, .20, .20, .20, .00, .02, .0, .0, .0, .0, .0, .0, .0, .0] # sigmas + s = [.20, .20, .20, .20, .20, .20, .20, .00, .02, .20, .20, .20, .20, .20, .20, .20, .20] # sigmas for i, k in enumerate(hyp.keys()): x = (np.random.randn(1) * s[i] + 1) ** 2.0 # plt.hist(x.ravel(), 300) hyp[k] *= float(x) # vary by sigmas