From 63036deeb7bced06cd101bf6048e6a9a61b4d513 Mon Sep 17 00:00:00 2001 From: glenn-jocher Date: Mon, 1 Jul 2019 00:41:13 +0200 Subject: [PATCH] updates --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index 6ac50a54..151163a2 100644 --- a/train.py +++ b/train.py @@ -351,7 +351,7 @@ if __name__ == '__main__': init_seeds(seed=int(time.time())) s = [.2, .2, .2, .2, .2, .2, .2, .2, .2 * 0, .2 * 0, .05 * 0, .2 * 0] # fractional sigmas for i, k in enumerate(hyp.keys()): - x = (np.random.randn(1) * s[i] + 1) ** 3.0 # plt.hist(x.ravel(), 300) + x = (np.random.randn(1) * s[i] + 1) ** 2.0 # plt.hist(x.ravel(), 300) hyp[k] *= float(x) # vary by about 30% 1sigma # Clip to limits