removed xy/wh loss reporting

This commit is contained in:
Glenn Jocher 2019-08-24 16:45:49 +02:00
parent 39dcf0d561
commit 195adaea7d
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ if __name__ == '__main__':
# Mutate
init_seeds(seed=int(time.time()))
s = [.15, .15, .15, .15, .15, .15, .15, .15, .15, .00, .02, .20, .20, .20, .20, .20, .20, .20] # sigmas
s = [.15, .15, .15, .15, .15, .15, .15, .00, .02, .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