We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd17e9 commit 654da1cCopy full SHA for 654da1c
1 file changed
code/training/train.py
@@ -69,7 +69,7 @@
69
print("Running train.py")
70
71
# Randomly pic alpha
72
-alphas = np.arange(0.1, 0.2, 0.3)
+alphas = np.arange(0.0, 0.5, 0.01)
73
alpha = alphas[np.random.choice(alphas.shape[0], 1, replace=False)][0]
74
print(alpha)
75
run.log("alpha", alpha)
0 commit comments