dialogflow / asr-server

FastCGI support for Kaldi ASR
Apache License 2.0
184 stars 86 forks source link

ERROR (fcgi-nnet3-decoder[5.4]:DecodableNnetLoopedOnlineBase():decodable-online-looped.cc:45) Input feature dimension mismatch: got 40 but network expects 43 #42

Closed saber5433 closed 4 years ago

saber5433 commented 6 years ago

How could I fix it? I am trying to decode the chain model of AISELL-2. f12d17792c2507061b94bb942280e8f

saber5433 commented 6 years ago

@realill

00001101-xt commented 4 years ago

Add these two options --add-pitch=true --online-pitch-config=pitch.conf may help.

saber5433 commented 4 years ago

Add these two options --add-pitch=true --online-pitch-config=pitch.conf may help.

Thanks !