DeepLearningExamples
DeepLearningExamples copied to clipboard
[Model/Framework] What is the problem?
Related to Kaldi/SpeechRecognition/kaldi-asr-backend
Bug
I am trying to build the library outside docker and the fst libraries prints plenty of similar errors:
fst/dfs-visit.h:129:13: error: comparison of integer expressions of different signedness: ‘const int’ and ‘std::vector<unsigned char>::size_type’ {aka ‘long unsigned int’} [-Werror=sign-compare]
To Reproduce Steps to reproduce the behavior:
-
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$(pwd)/install" -B build . - link kaldi and fst directories to
Kaldi/SpeechRecognition/kaldi-asr-backend -
cmake --build build --parallel
Instead of linking the directories, one can build with -DCMAKE_PREFIX_PATH I suppose. No visible change for me.
Environment Debian Buster No container