pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
-
Updated
Jun 11, 2020 - Python


Description
At the moment, the user can use
igel init <args>to start with a draft/standard yaml file. It would be awesome if the user can create this on the fly, meaning the user can start by typingigel initand the script will ask the user for inputs.Example:
igel init.
.
.