We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aedb03 commit afbd961Copy full SHA for afbd961
examples/HParams.jl
@@ -6,9 +6,9 @@ using Random # Exports randn
6
for j in 1:10
7
logger = TBLogger("random_walks/run$j", tb_append)
8
9
- sigma = 0.05
10
- epochs = 50
11
- bias = (rand()*2 - 1) # create a random bias
+ sigma = 0.1
+ epochs = 200
+ bias = (rand()*2 - 1) / 10 # create a random bias
12
use_seed = false
13
# Add in the a dummy loss metric
14
with_logger(logger) do
0 commit comments