Skip to content

Commit

Permalink
update .gitignore; minor script update
Browse files Browse the repository at this point in the history
  • Loading branch information
danpovey committed Aug 1, 2015
1 parent 7e1b3f8 commit 60c2509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

# emacs saves
[#]*[#]
.[#]*
*~

# Compiled Dynamic libraries
Expand Down
4 changes: 2 additions & 2 deletions egs/wsj/s5/local/online/run_nnet2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ If you want to use GPUs (and have them), go to src/, and configure and make on a
where "nvcc" is installed. Otherwise, call this script with --use-gpu false
EOF
fi
parallel_opts="-l gpu=1"
parallel_opts="--gpu 1"
num_threads=1
minibatch_size=512
# the _a is in case I want to change the parameters.
else
num_threads=16
minibatch_size=128
parallel_opts="-pe smp $num_threads"
parallel_opts="--num-threads $num_threads"
fi

local/online/run_nnet2_common.sh --stage $stage || exit 1;
Expand Down

0 comments on commit 60c2509

Please sign in to comment.