tuanio / conformer-rnnt

Conformer RNN-Transducer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conformer RNN-T

How to use this respository

  1. Clone this project to current directory. Using those commands:
!git init
!git remote add origin https://github.com/tuanio/conformer-rnnt
!git pull origin main
  1. Install requirement packages
!pip install -r requirements.txt
  1. Edit configs.yaml file for appropriation.
  2. Train model using python main.py -cp conf -cn configs

Note

  • sox is audio backend for linux, PySoundFile is audio backend for windows

Environment variable

  • HYDRA_FULL_ERROR=1

About

Conformer RNN-Transducer


Languages

Language:Python 96.9%Language:Jupyter Notebook 3.1%