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
Show how to decode in python with kaldi pybind and wrap warp-ctc (#3834)
* add pybind wrapper for reading int32 vector and some IO util for reading
vec/mat.
* add pybind wrapper for LatticeArc.
* refactor OpenFST pybind to use template.
* [pybind] add pybind wrapper for Lattice and CompactLattice.
* [pybind] add pybind wrapper for Lattice/CompactLattice table I/O.
* [pybind] add pybind wrapper for LatticeFasterDecoderConfig.
* [pybind] add pybind wrapper for HmmTopology and TransitionModel.
* [pybind] add pybind wrapper for DecodableInterface.
* [pybind] add pybind wrapper for LatticeFasterDecoder.
* [pybind] add pybind wrapper for DecodeUtteranceLatticeFaster.
* [pybind] add wrapper for ParseOptions.
* [pybind] support ParseOptions::Register.
* [pybind] show how to decode in Python with kaldi pybind.
Now you can perform decoding in python with kaldi pybind using
LatticeFastDecoder.
* fix CI build error for pybind.
* [pybind] add pybind wrapper for warp-ctc.
Note that there is no dependecy on any other frameworks, e.g., PyTorch.
0 commit comments