FactorizedHierarchicalVAE icon indicating copy to clipboard operation
FactorizedHierarchicalVAE copied to clipboard

from kaldi_io import *

Open liu-x-p opened this issue 4 years ago • 0 comments

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?

liu-x-p avatar Oct 13 '20 12:10 liu-x-p