Replies: 1 comment
-
>>> kdavis |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
>>> jackie.tiantian
[August 27, 2019, 4:10am]
I prepare execute generate a trie.DeepSpeech path
'native_client/generate_trie.cpp' need complie.I use command 'g++
generate_trie.cpp --o generate_trie --I kenlm/ -I ./ -I
ctcdecode/third_party/openfst-1.6.7/src/include/'.but ouput many error
in head file.
how can I resolve this problem
error log :
ctcdecode/third_party/openfst-1.6.7/src/include/fst/float-weight.h:521:33:
required from 'fst::LogWeightTpl fst::Power(const fst::LogWeightTpl&, V)
slash [with T = double; V = long unsigned int slash ]' slash
ctcdecode/third_party/openfst-1.6.7/src/include/fst/float-weight.h:540:41:
required from here slash
ctcdecode/third_party/openfst-1.6.7/src/include/fst/float-weight.h:355:39:
error: no matching function for call to
'fst::LogWeightTpl::LogWeightTpl(float)' slash
static const LogWeightTpl one(0.0F); slash
slash ^ slash
ctcdecode/third_party/openfst-1.6.7/src/include/fst/float-weight.h:355:39:
note: candidates are: slash
ctcdecode/third_party/openfst-1.6.7/src/include/fst/float-weight.h:335:7:
note: fst::LogWeightTpl::LogWeightTpl() slash
class LogWeightTpl : public FloatWeightTpl { slash
slash ^ slash
ctcdecode/third_party/openfst-1.6.7/src/include/fst/float-weight.h:335:7:
note: candidate expects 0 arguments, 1 provided slash
ctcdecode/third_party/openfst-1.6.7/src/include/fst/float-weight.h:335:7:
note: fst::LogWeightTpl::LogWeightTpl(const fst::LogWeightTpl&) slash
ctcdecode/third_party/openfst-1.6.7/src/include/fst/float-weight.h:335:7:
note: no known conversion for argument 1 from 'float' to 'const
fst::LogWeightTpl&'
Thank you .
[This is an archived TTS discussion thread from discourse.mozilla.org/t/moziladeepspeech-generate-trie-with-problem]
Beta Was this translation helpful? Give feedback.
All reactions