aboutsummaryrefslogtreecommitdiff
path: root/nerv/examples/lmptb/tnn
diff options
context:
space:
mode:
authortxh18 <[email protected]>2015-12-02 20:29:56 +0800
committertxh18 <[email protected]>2015-12-02 20:29:56 +0800
commit103a4291349c0f55155ca97bd236fc7784d286ff (patch)
treef9b4c7e021779ba803791148cec6dcea28053e76 /nerv/examples/lmptb/tnn
parent094fc872d3e62c5f0950ac1747f130e30a08bee8 (diff)
function name change in LMTrainer
Diffstat (limited to 'nerv/examples/lmptb/tnn')
-rw-r--r--nerv/examples/lmptb/tnn/sutil.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/nerv/examples/lmptb/tnn/sutil.lua b/nerv/examples/lmptb/tnn/sutil.lua
index d157a26..f5bc408 100644
--- a/nerv/examples/lmptb/tnn/sutil.lua
+++ b/nerv/examples/lmptb/tnn/sutil.lua
@@ -31,9 +31,10 @@ function Util.parse_schedule(str)
end
end
- for i = 1, #sch do
- print(sch[i])
- end
+ --for i = 1, #sch do
+ -- print(sch[i])
+ --end
+ return sch
end
function Util.sche_get(s, it)