FactorizedHierarchicalVAE
FactorizedHierarchicalVAE copied to clipboard
from kaldi_io import *
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?