diff options
Diffstat (limited to 'examples/tnet_preprocessing_example.lua')
-rw-r--r-- | examples/tnet_preprocessing_example.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tnet_preprocessing_example.lua b/examples/tnet_preprocessing_example.lua index 8a65b44..5f20910 100644 --- a/examples/tnet_preprocessing_example.lua +++ b/examples/tnet_preprocessing_example.lua @@ -1,6 +1,6 @@ require 'libspeech' frm_ext = 5 -gconf = {mat_type = nerv.CuMatrixFloat, +gconf = {cumat_type = nerv.CuMatrixFloat, batch_size = 158} param_repo = nerv.ParamRepo({"global_transf.nerv"}) sublayer_repo = nerv.LayerRepo( |