Skip to content

Commit

Permalink
update pre-trained models with audio demos
Browse files Browse the repository at this point in the history
  • Loading branch information
keonlee9420 committed Jun 10, 2021
1 parent b89311b commit ef92805
Show file tree
Hide file tree
Showing 28 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pip3 install -r requirements.txt

## Inference

You have to download the [pretrained models]() and put them in ``output/ckpt/LibriTTS/``.
You have to download the [pretrained models](https://drive.google.com/drive/folders/1fQmu1v7fRgfM-TwxAJ96UUgnl79f1FHt?usp=sharing) and put them in ``output/ckpt/LibriTTS/``.

For English single-speaker TTS, run
```
Expand Down Expand Up @@ -98,11 +98,11 @@ tensorboard --logdir output/log/LibriTTS
```

to serve TensorBoard on your localhost.
<!-- The loss curves, synthesized mel-spectrograms, and audios are shown.
The loss curves, synthesized mel-spectrograms, and audios are shown.

![](./img/tensorboard_loss.png)
![](./img/tensorboard_spec.png)
![](./img/tensorboard_audio.png) -->
![](./img/tensorboard_audio.png)

# Implementation Issues

Expand Down
1 change: 1 addition & 0 deletions demo/LibriTTS/references/0_19_198_000000_000000.lab
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this is a librivox recording.
Binary file not shown.
1 change: 1 addition & 0 deletions demo/LibriTTS/references/1_26_495_000004_000000.lab
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
by daniel defoe
Binary file not shown.
1 change: 1 addition & 0 deletions demo/LibriTTS/references/2_27_123349_000001_000000.lab
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
at length all differences were compromised.
Binary file not shown.
1 change: 1 addition & 0 deletions demo/LibriTTS/references/3_32_4137_000005_000001.lab
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
as many of the slaves had been brought up in richmond, and had relations residing there, the slave trader determined to leave the city early in the morning, so as not to witness any of those scenes so common where slaves are separated from their relatives and friends, when about departing for the southern market.
Binary file not shown.
1 change: 1 addition & 0 deletions demo/LibriTTS/references/4_39_121916_000015_000005.lab
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ours are all apple tarts.
Binary file not shown.
1 change: 1 addition & 0 deletions demo/LibriTTS/references/5_40_222_000001_000000.lab
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chapter twenty five
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added img/tensorboard_audio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/tensorboard_loss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/tensorboard_spec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef92805

Please sign in to comment.