From a4e9aa34ef0e5e43e0d8f0317575a9451756500a Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 9 Oct 2019 00:14:27 +0200 Subject: [PATCH] updates --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index fe475db8..4b6bdfad 100644 --- a/train.py +++ b/train.py @@ -448,7 +448,7 @@ if __name__ == '__main__': # Mutate np.random.seed(int(time.time())) - s = [.2, .2, .2, .2, .2, .2, .2, .0, .02, .2, .2, .2, .2, .2, .2, .2, .2] # sigmas + s = [.2, .2, .2, .2, .2, .2, .2, .0, .02, .2, .2, .2, .2, .2, .2, .2, .2, .2] # 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