Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
datitran committed May 19, 2020
1 parent dbe544d commit 5703f72
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ Spectrograms produced with LJSpeech and standard data configuration from this re

## 🔈 Samples

[Can be found here.](https://as-ideas.github.io/TransformerTTS/)<br>
[Can be found here.](https://as-ideas.github.io/TransformerTTS/)

These samples' spectrograms are converted using the pre-trained [WaveRNN](https://github.com/fatchord/WaveRNN) vocoder.<br>

The TTS weights used for these samples can be found [here](https://github.com/as-ideas/tts_model_outputs/tree/master/ljspeech_transformertts).

Check out the notebooks folder for predictions with TransformerTTS and WaveRNN.
Check out the notebooks folder for predictions with TransformerTTS and WaveRNN or just try out our Colab notebook:

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/as-ideas/TransformerTTS/blob/master/notebooks/synthesize.ipynb)

## 📖 Contents
- [Installation](#installation)
Expand Down Expand Up @@ -94,7 +97,7 @@ tensorboard --logdir /logs/directory/
from utils.config_manager import ConfigManager
from utils.audio import reconstruct_waveform

config_loader = ConfigManager('/path/to/config/')
config_loader = ConfigManager('config/standard')
model = config_loader.load_model()
out = model.predict('Please, say something.')

Expand Down

0 comments on commit 5703f72

Please sign in to comment.