Browse Source

[Minor] Fix misprint

tags/2.0
Alexander Moisseev 4 years ago
parent
commit
dd6a6e16e3
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/neural.lua

+ 1
- 1
src/plugins/lua/neural.lua View File

@@ -433,7 +433,7 @@ local function ann_push_task_result(rule, task, verdict, score, set)
rule.prefix, set.name, _err)
else
lua_util.debugm(N, task,
"add train data for ANN rule" ..
"add train data for ANN rule " ..
"%s:%s, save %s vector of %s elts in %s key; %s bytes compressed",
rule.prefix, set.name, learn_type, #vec, target_key, #str)
end

Loading…
Cancel
Save