Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pretrained models: JSUT and LibriTTS #1260

Merged
merged 2 commits into from Oct 11, 2019

Conversation

r9y9
Copy link
Contributor

@r9y9 r9y9 commented Oct 11, 2019

JSUT

  • Transformer
  • Tacotron 2
  • MoL WaveNet

Example usage:

cd egs/jsut/tts1
python -c "import pyopenjtalk;print(pyopenjtalk.g2p('こんにちは。私はグーグルアシスタントです。'))" > test.txt
../../../utils/synth_wav.sh --stage 0 --stop-stage 4 --models jsut.transformer.v1 --vocoder-models jsut.wavenet.mol.v1 --trans_type phn --fs 24000 --fmin 80 --fmax 7600 test.txt

LibriTTS

  • Universal MoL WaveNet

Example usage:

cd egs/libritts/tts1
echo "This is the demonstration of text-to-speech." > test.txt
../../../utils/synth_wav.sh --stage 0 --stop-stage 4 --models libritts.transformer.v1 --vocoder-models libritts.wavenet.mol.v1 --fs 24000 --input_wav /path/to/libritts/clean_test/237_134493_000003_000004.wav test.txt

Demo samples: https://drive.google.com/open?id=1QOo16aFGa5jN3Sxy1rREU9LS5QFm8jMV

@kan-bayashi kan-bayashi added the Enhancement Enhancement label Oct 11, 2019
@kan-bayashi kan-bayashi added this to the v.0.5.4 milestone Oct 11, 2019
@codecov
Copy link

codecov bot commented Oct 11, 2019

Codecov Report

Merging #1260 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1260   +/-   ##
=======================================
  Coverage   78.08%   78.08%           
=======================================
  Files         102      102           
  Lines        9478     9478           
=======================================
  Hits         7401     7401           
  Misses       2077     2077

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b69306b...522b6c7. Read the comment docs.

@kan-bayashi
Copy link
Member

Could you also update README.md?

@r9y9
Copy link
Contributor Author

r9y9 commented Oct 11, 2019

README update done

Copy link
Member

@kan-bayashi kan-bayashi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
I will merge after CI.

@kan-bayashi kan-bayashi merged commit e995b3d into espnet:master Oct 11, 2019
@r9y9 r9y9 deleted the add-pretrained-models branch October 11, 2019 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants