minor fix
This commit is contained in:
parent
b5fcf679f1
commit
a6800157c7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ testskip = 1
|
||||||
|
|
||||||
### TRAINING
|
### TRAINING
|
||||||
N_iters = 500001
|
N_iters = 500001
|
||||||
N_rand = 512
|
N_rand = 1024
|
||||||
lrate = 0.0005
|
lrate = 0.0005
|
||||||
lrate_decay_factor = 0.1
|
lrate_decay_factor = 0.1
|
||||||
lrate_decay_steps = 50000000
|
lrate_decay_steps = 50000000
|
||||||
|
|
Loading…
Reference in a new issue