Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 945 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 945 Bytes

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