aboutsummaryrefslogtreecommitdiff
path: root/nerv/examples/trainer.lua
diff options
context:
space:
mode:
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"},