Difference between revisions of "Kaldi 2016"
Schwietzer (talk | contribs) (Created page with "== Introduction == Kaldi is a toolkit for speech recognition written in C++ and licensed under the Apache License v2.0. Kaldi is intended for use by speech recognition researc...") |
Schwietzer (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
Always remember: this command is case sensitive! | Always remember: this command is case sensitive! | ||
If you need some advice on how to get started with Kaldi, you could visit their documentation page and start [https://kaldi-asr.org/doc/kaldi_for_dummies.html here] at the section <tt>'''Your first task'''</tt> and then continue with <tt>'''Data preparation'''</tt> and so on. <br/> | |||
Since Kaldi does not have ''that one'' executable to work with (the bin dir counts > 500 executables!), it seemed better to refer to the external official documentation than to go through every step of any possible use case in this wiki. | |||
Latest revision as of 10:34, 21 July 2021
Introduction
Kaldi is a toolkit for speech recognition written in C++ and licensed under the Apache License v2.0. Kaldi is intended for use by speech recognition researchers. 1
Installed version(s)
The following versions are installed and currently available...
... on environment hpc-env/8.3:
- Kaldi/5.5-fosscuda-2019b_2021.07
Loading / Using Kaldi
To load the desired version of the module, use the module load command, e.g.
module load hpc-env/8.3 module load Kaldi
Always remember: this command is case sensitive!
If you need some advice on how to get started with Kaldi, you could visit their documentation page and start here at the section Your first task and then continue with Data preparation and so on.
Since Kaldi does not have that one executable to work with (the bin dir counts > 500 executables!), it seemed better to refer to the external official documentation than to go through every step of any possible use case in this wiki.
Documentation
The full documentation can be found here.