aboutsummaryrefslogtreecommitdiff
path: root/nerv/examples
diff options
context:
space:
mode:
authorQi Liu <liuq901@163.com>2016-05-09 17:57:30 +0800
committerQi Liu <liuq901@163.com>2016-05-09 17:57:30 +0800
commit89a3fa93d571f446bcd1fa69ddd35257d975c239 (patch)
tree42d80fe75fe3af265bceca3c6593c027b0b87dcf /nerv/examples
parentd88a57f4852c50a2678de950ee650ed9b6a895f0 (diff)
merge affine & lstm_gate & projection layer
Diffstat (limited to 'nerv/examples')
-rw-r--r--nerv/examples/ptb/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nerv/examples/ptb/main.lua b/nerv/examples/ptb/main.lua
index 5d1a326..7191da0 100644
--- a/nerv/examples/ptb/main.lua
+++ b/nerv/examples/ptb/main.lua
@@ -105,7 +105,7 @@ function trainer:epoch_preprocess(dataset, do_train)
total_frame = 0
end
-function trainer:mini_batch_middleprocess(cnt, info)
+function trainer:mini_batch_inprocess(cnt, info)
for t = 1, gconf.chunk_size do
local tmp = info.output[1][t]:new_to_host()
for i = 1, gconf.batch_size do