Skip to content

Commit

Permalink
Option for reuse-model to keep the last fully connected layer
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa committed Dec 28, 2017
1 parent c9c6ee9 commit 3e5b534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion laia-reuse-model
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parser:argument('input_file', 'File containing the model to reuse.')
parser:argument(
'output_size',
'Number of output symbols. If you are going to use the CTC ' ..
'loss include one additional element! (if 0 the last fully connected layer is kept as given)')
'loss include one additional element! If 0 the last fully connected layer is kept as given.')
:convert(laia.toint)
:ge(0)
parser:argument(
Expand Down
2 changes: 1 addition & 1 deletion laia/Version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'laia.ClassWithOptions'

local Version, Parent = torch.class('laia.Version', 'laia.ClassWithOptions')

Version.DATE = '$Date: 2017-12-18 15:08:27 $'
Version.DATE = '$Date: 2017-12-28 16:55:35 $'

function Version:registerOptions(parser)
parser:flag(
Expand Down

0 comments on commit 3e5b534

Please sign in to comment.