Skip to content

Commit

Permalink
Reverted minor change in spanish numbers recipe.
Browse files Browse the repository at this point in the history
At some point I disabled the distortions by mistake.
  • Loading branch information
jpuigcerver committed Jan 4, 2017
1 parent 1f69c43 commit 7b6795e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion egs/spanish-numbers/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ num_symbols=$[$(wc -l data/lang/char/symbs.txt | cut -d\ -f1) - 1];
--log_level info \
--log_file laia.log \
--progress_table_output laia.dat \
--use_distortions false \
--use_distortions true \
--early_stop_epochs 100 \
--learning_rate 0.0005 \
model.t7 data/lang/char/symbs.txt \
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: 2016-12-22 12:55:24 $'
Version.DATE = '$Date: 2017-01-04 08:17:19 $'

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

0 comments on commit 7b6795e

Please sign in to comment.