Skip to content

Commit afbd961

Browse files
committed
Tweak params for hparams example script
1 parent 6aedb03 commit afbd961

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/HParams.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ using Random # Exports randn
66
for j in 1:10
77
logger = TBLogger("random_walks/run$j", tb_append)
88

9-
sigma = 0.05
10-
epochs = 50
11-
bias = (rand()*2 - 1) # create a random bias
9+
sigma = 0.1
10+
epochs = 200
11+
bias = (rand()*2 - 1) / 10 # create a random bias
1212
use_seed = false
1313
# Add in the a dummy loss metric
1414
with_logger(logger) do

0 commit comments

Comments
 (0)