зеркало из https://github.com/mozilla/kaldi.git
trunk: changing some Librispeech scripts to platform-independent GPU options
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5100 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
This commit is contained in:
Родитель
5bdf86d706
Коммит
b71ef738a6
|
@ -20,14 +20,14 @@ If you want to use GPUs (and have them), go to src/, and configure and make on a
|
|||
where "nvcc" is installed.
|
||||
EOF
|
||||
fi
|
||||
parallel_opts="-l gpu=1"
|
||||
parallel_opts="--gpu 1"
|
||||
num_threads=1
|
||||
minibatch_size=512
|
||||
dir=exp/nnet5a_clean_100_gpu
|
||||
else
|
||||
# with just 4 jobs this might be a little slow.
|
||||
num_threads=16
|
||||
parallel_opts="-pe smp $num_threads"
|
||||
parallel_opts="--num-threads $num_threads"
|
||||
minibatch_size=128
|
||||
dir=exp/nnet5a_clean_100
|
||||
fi
|
||||
|
|
|
@ -22,7 +22,7 @@ If you want to use GPUs (and have them), go to src/, and configure and make on a
|
|||
where "nvcc" is installed.
|
||||
EOF
|
||||
fi
|
||||
parallel_opts="-l gpu=1"
|
||||
parallel_opts="--gpu 1"
|
||||
num_threads=1
|
||||
minibatch_size=512
|
||||
dir=exp/nnet5c_gpu_${train_set}
|
||||
|
|
|
@ -25,7 +25,7 @@ If you want to use GPUs (and have them), go to src/, and configure and make on a
|
|||
where "nvcc" is installed.
|
||||
EOF
|
||||
fi
|
||||
parallel_opts="-l gpu=1"
|
||||
parallel_opts="--gpu 1"
|
||||
num_threads=1
|
||||
minibatch_size=512
|
||||
dir=exp/nnet6a_clean_460_gpu
|
||||
|
|
|
@ -25,7 +25,7 @@ If you want to use GPUs (and have them), go to src/, and configure and make on a
|
|||
where "nvcc" is installed.
|
||||
EOF
|
||||
fi
|
||||
parallel_opts="-l gpu=1"
|
||||
parallel_opts="--gpu 1"
|
||||
num_threads=1
|
||||
minibatch_size=512
|
||||
dir=exp/nnet7a_960_gpu
|
||||
|
|
Загрузка…
Ссылка в новой задаче