Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.4 KB

README.md

File metadata and controls

64 lines (42 loc) · 1.4 KB

Implementation Speech Recognition Papers

license

Authors

  1. appleholic (choiilji@gmail.com)

Implementations

sources

  1. Completed to code training template.
  2. TODOS:
    • evaluate
    • more papers

References

  • phoneme classification
  1. Prenet + CBHG in paper:
  2. Revising GRU :

Setup and Run

Environment

  • python 3.6
  • pytorch 0.3.1
  • hyperparameters with yaml (in hparams folder)

Setup

$ pip install -r requirements.txt

Command

$ python run.py train --model cbhg

Purposes:

  1. Study Speech Recognition Systems
  2. Well define source code structure in using pytorch