Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Abdelwahab HEBA
kaldi_2015
Commits
60c25096
Commit
60c25096
authored
Aug 01, 2015
by
Daniel Povey
Browse files
update .gitignore; minor script update
parent
7e1b3f83
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.gitignore
.gitignore
+1
-0
egs/wsj/s5/local/online/run_nnet2.sh
egs/wsj/s5/local/online/run_nnet2.sh
+2
-2
No files found.
.gitignore
View file @
60c25096
...
...
@@ -6,6 +6,7 @@
# emacs saves
[#]*[#]
.[#]*
*~
# Compiled Dynamic libraries
...
...
egs/wsj/s5/local/online/run_nnet2.sh
View file @
60c25096
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment