Skip to content

Commit 60a4022

Browse files
update
1 parent 0d25fb2 commit 60a4022

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ann_class2/adam.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ def main():
137137
loss_rms = []
138138
err_rms = []
139139

140-
lr0 = 0.001 # if you set this too high you'll get NaN!
140+
# comparable hyperparameters for fair comparison
141+
lr0 = 0.001
141142
mu = 0.9
142143
decay_rate = 0.999
143144
eps = 1e-8

0 commit comments

Comments
 (0)