Skip to content

chldkato/Tacotron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tacotron Korean TTS

Keith Ito의 타코트론 코드로 한국어 TTS를 구현합니다

based on

logs-tacotron 폴더에 135000까지 학습한 모델이 있습니다

Training

  1. 한국어 음성 데이터 다운로드

  2. ~/Tacotron-Korean에 학습 데이터 준비

    Tacotron-Korean
      |- kss
          |- 1
          |- 2
          |- 3
          |- 4
          |- transcript.v.1.x.txt
    
  3. Preprocess

    python preprocess.py
    
    • 실행 전에 preprocess.py를 열어서 transcript 버전이 일치하는지 확인해야 합니다
  4. Train

    python train.py
    

    재학습 시

    python train.py --restore_step 135000
    
    • 숫자를 변경하면 됩니다
  5. Synthesize

    python eval.py --checkpoint ~/tacotron/logs-tacotron/model.ckpt-135000
    
    • eval.py를 열어서 합성할 문장을 정하면 됩니다

Attention alignment example

ezgif com-gif-maker

윈도우에서 Tacotron 한국어 TTS 학습하기

Tacotron 정리

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages