# nnet-shuffle-egs --buffer-size=5000 --srand=0 ark:exp/nnet5a_clean_100_gpu/egs/egs.1.0.ark ark:- | nnet-train-simple --minibatch-size=256 --srand=0 exp/nnet5a_clean_100_gpu/0.mdl ark:- exp/nnet5a_clean_100_gpu/1.1.mdl
# Started at Tue Mar 6 19:47:59 IST 2018
#
nnet-shuffle-egs --buffer-size=5000 --srand=0 ark:exp/nnet5a_clean_100_gpu/egs/egs.1.0.ark ark:-
nnet-train-simple --minibatch-size=256 --srand=0 exp/nnet5a_clean_100_gpu/0.mdl ark:- exp/nnet5a_clean_100_gpu/1.1.mdl
WARNING (nnet-train-simple[5.2.119~123-807dc]:SelectGpuId():cu-device.cc:182) Suggestion: use 'nvidia-smi -c 3' to set compute exclusive mode
LOG (nnet-train-simple[5.2.119~123-807dc]:SelectGpuIdAuto():cu-device.cc:300) Selecting from 1 GPUs
LOG (nnet-train-simple[5.2.119~123-807dc]:SelectGpuIdAuto():cu-device.cc:315) cudaSetDevice(0): Quadro P5000 free:15373M, used:892M, total:16265M, free/total:0.945127
LOG (nnet-train-simple[5.2.119~123-807dc]:SelectGpuIdAuto():cu-device.cc:364) Trying to select device: 0 (automatically), mem_ratio: 0.945127
LOG (nnet-train-simple[5.2.119~123-807dc]:SelectGpuIdAuto():cu-device.cc:383) Success selecting device 0 free mem ratio: 0.945127
ERROR (nnet-train-simple[5.2.119~123-807dc]:FinalizeActiveGpu():cu-device.cc:217) cublasStatus_t 1 : "CUBLAS_STATUS_NOT_INITIALIZED" returned from 'cublasCreate(&handle_)'
[ Stack-Trace: ]
kaldi::MessageLogger::HandleMessage(kaldi::LogMessageEnvelope const&, char const*)
kaldi::MessageLogger::~MessageLogger()
kaldi::CuDevice::FinalizeActiveGpu()
kaldi::CuDevice::SelectGpuId(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)
main
__libc_start_main
_start
bash: line 1: 8284 Broken pipe nnet-shuffle-egs --buffer-size=5000 --srand=0 ark:exp/nnet5a_clean_100_gpu/egs/egs.1.0.ark ark:-
8285 Segmentation fault (core dumped) | nnet-train-simple --minibatch-size=256 --srand=0 exp/nnet5a_clean_100_gpu/0.mdl ark:- exp/nnet5a_clean_100_gpu/1.1.mdl
# Accounting: time=2 threads=1
# Ended (code 139) at Tue Mar 6 19:48:01 IST 2018, elapsed time 2 seconds
--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/ae6f4d65-e485-4a64-817b-92d2f8fb523a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
$ ./cu-device-test
LOG ([5.4.271~1-e50bd]:SelectGpuId():cu-device.cc:127) Manually selected to compute on CPU.
......
LOG ([5.4.271~1-e50bd]:TestCuMatrixResize():cu-device-test.cc:76) For CuMatrix::Resize<double>, for size_multiple = 16, speed was 790.643 gigaflops.
LOG ([5.4.271~1-e50bd]:SelectGpuId():cu-device.cc:197) CUDA setup operating under Compute Exclusive Mode.
ERROR ([5.4.271~1-e50bd]:FinalizeActiveGpu():cu-device.cc:245) cublasStatus_t 1 : "CUBLAS_STATUS_NOT_INITIALIZED" returned from 'cublasCreate(&cublas_handle_)'
[ Stack-Trace: ]kaldi::MessageLogger::HandleMessage(kaldi::LogMessageEnvelope const&, char const*)
kaldi::FatalMessageLogger::~FatalMessageLogger()
kaldi::CuDevice::FinalizeActiveGpu()kaldi::CuDevice::SelectGpuId(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)main__libc_start_main_start
terminate called after throwing an instance of 'std::runtime_error' what():Aborted (core dumped)
$ nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2017 NVIDIA Corporation
Built on Fri_Sep__1_21:08:03_CDT_2017
Cuda compilation tools, release 9.0, V9.0.176
$ ldd ./cu-device-test
linux-vdso.so.1 => (0x00007ffdd41b2000)
libcblas.so.3 => /usr/lib/libcblas.so.3 (0x00007fef76056000)
liblapack_atlas.so.3 => /usr/lib/liblapack_atlas.so.3 (0x00007fef75dfa000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fef75bdd000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fef759d9000)
libcublas.so.9.0 => /usr/local/cuda-9.0/lib64/libcublas.so.9.0 (0x00007fef725a3000)
libcusparse.so.9.0 => /usr/local/cuda-9.0/lib64/libcusparse.so.9.0 (0x00007fef6ee3d000)
libcudart.so.9.0 => /usr/local/cuda-9.0/lib64/libcudart.so.9.0 (0x00007fef6ebd0000)
libcurand.so.9.0 => /usr/local/cuda-9.0/lib64/libcurand.so.9.0 (0x00007fef6ac6c000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fef6a8ea000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fef6a5e1000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fef6a3cb000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fef6a001000)
libatlas.so.3 => /usr/lib/libatlas.so.3 (0x00007fef69a63000)
libgfortran.so.3 => /usr/lib/x86_64-linux-gnu/libgfortran.so.3 (0x00007fef69738000)
libf77blas.so.3 => /usr/lib/libf77blas.so.3 (0x00007fef69518000)
/lib64/ld-linux-x86-64.so.2 (0x00007fef76278000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fef69310000)
libquadmath.so.0 => /usr/lib/x86_64-linux-gnu/libquadmath.so.0 (0x00007fef690d1000)
./configure --cudatk-dir=/usr/local/cuda-9.0
make
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/8efbfd43-fd69-4204-9a46-fc95bef8ef6b%40googlegroups.com.
Maybe I didn't make it clear. I mean on G layer or FSA layer, artificially construct a <eps> transtition, which is parallel to the symbol of spoken noise, so that if there is no noise in speech, then it can be skipped, if there is, then it can be detected.On Sun, Mar 17, 2019 at 10:38 PM Daniel Povey <dpo...@gmail.com> wrote:it is possible to work out from the normal alignments etc., whether there was silence there.Search in ru.sh for get_prons.sh and dict_dir_add_pronprobs.sh, to see how they do it.Also, I know that silence is actually such a principle. I want to know which program it is.
You probably don't really want the #0 there, although in some circumstances it wouldn't matter because it would be deleted later anyway.Hi, DanI want to get a alternative alignment graph , and I design the following structure.I want to skip some special word when this word does not really exist in the wave.But I found the resuting aligments will tranverse the "word" exactly but not the "#0" arc.Is there something error ?Thank~
--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/201903182222323671395%40163.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/CAEWAuyTWgVzpwH%3D9%2B0PJ_Oy4VHv08wT6YsCG3NtiGnuUXPCWug%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/201903190955430291188%40163.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/CAEWAuyQL0OjXMfz0mykK8KwtgzQpL6mLpU1onTLsfOiAO1%3DpwA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/201903191044007573215%40163.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/CAEWAuyQU%3DFjJQZ-OA%3D4b60He%2B9Z-qSgAMe_NHPFruh34faw_JA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/201903191106485649699%40163.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/CAEWAuyScKHZ3bRzpcORWxisxLpcSwb86b4rV9ekMpTymp8GR3g%40mail.gmail.com.
From: Daniel PoveyDate: 2019-01-13 11:53To: kaldi-helpSubject: Re: [kaldi-help] CUBLAS_STATUS_NOT_INITIALIZED Error
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/CAEWAuyScKHZ3bRzpcORWxisxLpcSwb86b4rV9ekMpTymp8GR3g%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/201905061351552502560%40163.com.