AppleHolic / PytorchSR

Pytorch based phoneme recognition (TIMIT phoneme classification)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pytorch based phoneme recognition (TIMIT phoneme classification)

License:MIT License


Languages

Language:Python 100.0%