summaryrefslogtreecommitdiff
path: root/examples/tnet_preprocessing_example2.lua
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2015-06-03 23:00:30 +0800
committerDeterminant <ted.sybil@gmail.com>2015-06-03 23:00:30 +0800
commita753eca0121ac3ec81ed76bd719d3f1cb9522680 (patch)
tree9777fdddf5d0404964353a0b3d2821e514f6eeb3 /examples/tnet_preprocessing_example2.lua
parent38962683e518dcbebc0cfa6c0c9c9616b25d5bd1 (diff)
...
Diffstat (limited to 'examples/tnet_preprocessing_example2.lua')
-rw-r--r--examples/tnet_preprocessing_example2.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tnet_preprocessing_example2.lua b/examples/tnet_preprocessing_example2.lua
index ae8d86b..8e1bc85 100644
--- a/examples/tnet_preprocessing_example2.lua
+++ b/examples/tnet_preprocessing_example2.lua
@@ -1,5 +1,5 @@
require 'speech.init'
-gconf = {mat_type = nerv.CuMatrixFloat,
+gconf = {cumat_type = nerv.CuMatrixFloat,
batch_size = 158}
param_repo = nerv.ParamRepo({"global_transf.nerv"})