From 780fa17f6a3c778b4da50a9f81de9f8dc56b7605 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 12 Sep 2019 11:14:59 +0200 Subject: [PATCH] updates --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index a461942d..cb77f2d5 100644 --- a/train.py +++ b/train.py @@ -430,7 +430,7 @@ if __name__ == '__main__': # Mutate init_seeds(seed=int(time.time())) - s = [.15, .15, .15, .15, .15, .15, .15, .00, .02, .20, .20, .20, .20, .20, .20, .20, .20] # sigmas + s = [.20, .20, .20, .20, .20, .20, .20, .00, .02, .0, .0, .0, .0, .0, .0, .0, .0] # 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