diff options
author | Determinant <[email protected]> | 2015-06-03 23:00:30 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-06-03 23:00:30 +0800 |
commit | a753eca0121ac3ec81ed76bd719d3f1cb9522680 (patch) | |
tree | 9777fdddf5d0404964353a0b3d2821e514f6eeb3 /examples/tnet_preprocessing_example2.lua | |
parent | 38962683e518dcbebc0cfa6c0c9c9616b25d5bd1 (diff) |
...
Diffstat (limited to 'examples/tnet_preprocessing_example2.lua')
-rw-r--r-- | examples/tnet_preprocessing_example2.lua | 2 |
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"}) |