diff options
author | txh18 <[email protected]> | 2015-12-25 13:31:48 +0800 |
---|---|---|
committer | txh18 <[email protected]> | 2015-12-25 13:31:48 +0800 |
commit | 19c44a82abc8633a3f6e5560fd3089338b40c436 (patch) | |
tree | 9a5e96c56c8879c7bcb663e455480a8c38c0115f | |
parent | 5185f460c341d435665932d9cfcb606d6500a7ed (diff) |
...
-rw-r--r-- | nerv/examples/lmptb/grulm_ptb_main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nerv/examples/lmptb/grulm_ptb_main.lua b/nerv/examples/lmptb/grulm_ptb_main.lua index cd1b283..c5c011a 100644 --- a/nerv/examples/lmptb/grulm_ptb_main.lua +++ b/nerv/examples/lmptb/grulm_ptb_main.lua @@ -218,7 +218,7 @@ global_conf = { sche_log_pre = "[SCHEDULER]:", log_w_num = 40000, --give a message when log_w_num words have been processed timer = nerv.Timer(), - work_dir_base = '/home/slhome/txh18/workspace/ptb/EXP-nerv/grulm_v1.0' + work_dir_base = root_dir .. '/ptb/EXP-nerv/grulm_v1.0' } elseif (set == "msr_sc") then |