Skip to content

Commit 654da1c

Browse files
committed
Update train.py
1 parent 4fd17e9 commit 654da1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/training/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
print("Running train.py")
7070

7171
# Randomly pic alpha
72-
alphas = np.arange(0.1, 0.2, 0.3)
72+
alphas = np.arange(0.0, 0.5, 0.01)
7373
alpha = alphas[np.random.choice(alphas.shape[0], 1, replace=False)][0]
7474
print(alpha)
7575
run.log("alpha", alpha)

0 commit comments

Comments
 (0)