You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried to run this work, but it needs BaseFloatMatrixWriter, BaseFloatVectorWriter and SequentialBaseFloatVectorReader from kaldi_io.
Now I can install kaldi_io package through pip but it just provide the version 0.9.0, 0.9.1, 0.9.3, 0.9.4. I tried to use it, but it reported that cannot import 'BaseFloatMatrixWriter/BaseFloatVectorWriter/SequentialBaseFloatVectorReader' form 'kaldi_io'.
I think this problem is caused by the version of kaldi_io, but I can't find a suitable version.
How could I use it or use another package to replace it?
The text was updated successfully, but these errors were encountered:
Hi, I tried to run this work, but it needs BaseFloatMatrixWriter, BaseFloatVectorWriter and SequentialBaseFloatVectorReader from kaldi_io.
Now I can install kaldi_io package through pip but it just provide the version 0.9.0, 0.9.1, 0.9.3, 0.9.4. I tried to use it, but it reported that
cannot import 'BaseFloatMatrixWriter/BaseFloatVectorWriter/SequentialBaseFloatVectorReader' form 'kaldi_io'
.I think this problem is caused by the version of kaldi_io, but I can't find a suitable version.
How could I use it or use another package to replace it?
The text was updated successfully, but these errors were encountered: