Go to the source code of this file.
|
| kaldi |
| This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
|
|
| kaldi::nnet3 |
|
◆ KALDI_SUCCFAIL
#define KALDI_SUCCFAIL |
( |
|
b | ) |
((b) ? "SUCCESS" : "FAILURE") |
◆ main()
Definition at line 308 of file nnet-optimize-test.cc.
References KALDI_LOG, kaldi::SetVerboseLevel(), and kaldi::nnet3::UnitTestNnetOptimize().
309 using namespace kaldi;
314 CuDevice::Instantiate().SetDebugStrideMode(
true);
315 CuDevice::Instantiate().SelectGpuId(
"no");
317 CuDevice::Instantiate().SelectGpuId(
"yes");
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
void SetVerboseLevel(int32 i)
This should be rarely used, except by programs using Kaldi as library; command-line programs set the ...
static void UnitTestNnetOptimize()