aboutsummaryrefslogtreecommitdiff
path: root/nerv/examples/trainer.lua
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2016-06-08 14:37:21 +0800
committerDeterminant <ted.sybil@gmail.com>2016-06-08 14:37:21 +0800
commit1d7af85c108d0e87b986db2dd23d524735a8b279 (patch)
tree24ba36d82f092390e133fce0eb0abe6647bb73e0 /nerv/examples/trainer.lua
parentb7cdd5da65a3e4ae58ffcfdf74710cfb1ee6327f (diff)
parentd58b7adf0acd68921ec2d38d5929bf68406d4982 (diff)
Merge remote-tracking branch 'lab/master'
Diffstat (limited to 'nerv/examples/trainer.lua')
-rw-r--r--nerv/examples/trainer.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nerv/examples/trainer.lua b/nerv/examples/trainer.lua
index f6c7a5a..caed2e2 100644
--- a/nerv/examples/trainer.lua
+++ b/nerv/examples/trainer.lua
@@ -80,6 +80,7 @@ local trainer_defaults = {
local options = make_options(trainer_defaults)
local extra_opt_spec = {
+ {"clip", nil, "number"},
{"resume-from", nil, "string"},
{"help", "h", "boolean", default = false, desc = "show this help information"},
{"dir", nil, "string", desc = "specify the working directory"},