aboutsummaryrefslogtreecommitdiff
path: root/nerv/examples/lmptb/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nerv/examples/lmptb/main.lua')
-rw-r--r--nerv/examples/lmptb/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nerv/examples/lmptb/main.lua b/nerv/examples/lmptb/main.lua
index 74ce407..9b39e83 100644
--- a/nerv/examples/lmptb/main.lua
+++ b/nerv/examples/lmptb/main.lua
@@ -268,7 +268,7 @@ if (set == "ptb") then
hidden_size = 200,
batch_size = 10,
- bptt = 6, --train bptt_block's words. could be set to zero
+ bptt = 3, --train bptt_block's words. could be set to zero
max_iter = 18,
param_random = function() return (math.random() / 5 - 0.1) end,
independent = true,