tuanio / asr-toolkit

E2E Speech Recognition Toolkit with Hydra and Pytorch Lightning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASR E2E Toolkit

Encoder output

  • Input: inputs, input_lengths
  • Output: outputs, output_lengths

Decoder:

  • Input: targets, target_lengths, encoder_outputs (optional)

  • Output: decoder_outputs

  • Nếu có encoder_outputs thì mới sử dụng attention

Với mỗi lớp encoderdecoder thì đều phải có tham số output_dim

References

Variable

set HYDRA_FULL_ERROR=1

Run

  • python main.py -cp conf -cn configs

Training Template

Install package

conda create -n train_env -c pytorch-nightly -c nvidia -c pytorch -c conda-forge python=3.7 pytorch torchaudio cudatoolkit pandas numpy

About

E2E Speech Recognition Toolkit with Hydra and Pytorch Lightning


Languages

Language:Python 100.0%