aboutsummaryrefslogtreecommitdiff
path: root/nerv/examples/ptb/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nerv/examples/ptb/main.lua')
-rw-r--r--nerv/examples/ptb/main.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/nerv/examples/ptb/main.lua b/nerv/examples/ptb/main.lua
index 688716b..5d1a326 100644
--- a/nerv/examples/ptb/main.lua
+++ b/nerv/examples/ptb/main.lua
@@ -2,13 +2,13 @@ nerv.include('reader.lua')
nerv.include('select_linear.lua')
gconf = {
- chunk_size = 5,
+ chunk_size = 15,
dropout_rate = 0,
lrate = 1.5,
wcost = 1e-5,
- max_iter = 3,
+ max_iter = 35,
clip = 5,
- momentum = 0,
+ momentum = 0.9,
batch_size = 200,
test = true,
}