Skip to content

Commit e513a76

Browse files
committed
Fix wrong REAME
ref #17
1 parent 5fc44f2 commit e513a76

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Audio sampels are available at https://r9y9.github.io/deepvoice3_pytorch/.
2222

2323
| URL | Model | Data | Hyper paramters | Git commit | Steps |
2424
|-----|------------|----------|--------------------------------------------------|----------------------|--------|
25-
| [link](https://www.dropbox.com/s/cs6d070ommy2lmh/20171213_deepvoice3_checkpoint_step000210000.pth?dl=0) | DeepVoice3 | LJSpeech | `builder=deepvoice3,preset=deepvoice3_ljspeech` | [4357976](https://github.com/r9y9/deepvoice3_pytorch/tree/43579764f35de6b8bac2b18b52a06e4e11b705b2)| 21k ~ |
26-
| [link](https://www.dropbox.com/s/1y8bt6bnggbzzlp/20171129_nyanko_checkpoint_step000585000.pth?dl=0) | Nyanko | LJSpeech | `builder=nyanko,preset=nyanko_ljspeech` | [ba59dc7](https://github.com/r9y9/deepvoice3_pytorch/tree/ba59dc75374ca3189281f6028201c15066830116) | 58.5k |
27-
| [link](https://www.dropbox.com/s/uzmtzgcedyu531k/20171222_deepvoice3_vctk108_checkpoint_step000300000.pth?dl=0) | Multi-speaker DeepVoice3 | VCTK | `builder=deepvoice3_vctk,preset=deepvoice3_vctk` | [0421749](https://github.com/r9y9/deepvoice3_pytorch/tree/0421749af908905d181f089f06956fddd0982d47) | 30k + 30k |
25+
| [link](https://www.dropbox.com/s/cs6d070ommy2lmh/20171213_deepvoice3_checkpoint_step000210000.pth?dl=0) | DeepVoice3 | LJSpeech | `builder=deepvoice3,preset=deepvoice3_ljspeech` | [4357976](https://github.com/r9y9/deepvoice3_pytorch/tree/43579764f35de6b8bac2b18b52a06e4e11b705b2)| 210k ~ |
26+
| [link](https://www.dropbox.com/s/1y8bt6bnggbzzlp/20171129_nyanko_checkpoint_step000585000.pth?dl=0) | Nyanko | LJSpeech | `builder=nyanko,preset=nyanko_ljspeech` | [ba59dc7](https://github.com/r9y9/deepvoice3_pytorch/tree/ba59dc75374ca3189281f6028201c15066830116) | 585k |
27+
| [link](https://www.dropbox.com/s/uzmtzgcedyu531k/20171222_deepvoice3_vctk108_checkpoint_step000300000.pth?dl=0) | Multi-speaker DeepVoice3 | VCTK | `builder=deepvoice3_vctk,preset=deepvoice3_vctk` | [0421749](https://github.com/r9y9/deepvoice3_pytorch/tree/0421749af908905d181f089f06956fddd0982d47) | 300k + 300k |
2828

2929
See "Synthesize from a checkpoint" section in the README for how to generate speech samples. Please make sure that you are on the specific git commit noted above.
3030

docs/content/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This page provides audio samples for the open source implementation of DeepVoice
1616

1717
## Single speaker
1818

19-
- Samples from a model trained for 21k steps (~12 hours)[^1] on the [LJSpeech dataset](https://keithito.com/LJ-Speech-Dataset/).
19+
- Samples from a model trained for 210k steps (~12 hours)[^1] on the [LJSpeech dataset](https://keithito.com/LJ-Speech-Dataset/).
2020
- Pretrained model: [link](https://www.dropbox.com/s/cs6d070ommy2lmh/20171213_deepvoice3_checkpoint_step000210000.pth?dl=0)
2121
- Git commit: [4357976](https://github.com/r9y9/deepvoice3_pytorch/tree/43579764f35de6b8bac2b18b52a06e4e11b705b2)
2222

@@ -95,7 +95,7 @@ Your browser does not support the audio element.
9595

9696
## Multi-speaker
9797

98-
- Samples from a model trained for 60k steps (~22 hours) on the [VCTK dataset](http://homepages.inf.ed.ac.uk/jyamagis/page3/page58/page58.html) (108 speakers)
98+
- Samples from a model trained for 600k steps (~22 hours) on the [VCTK dataset](http://homepages.inf.ed.ac.uk/jyamagis/page3/page58/page58.html) (108 speakers)
9999
- Pretrained model: [link](https://www.dropbox.com/s/uzmtzgcedyu531k/20171222_deepvoice3_vctk108_checkpoint_step000300000.pth?dl=0)
100100
- Git commit: [0421749](https://github.com/r9y9/deepvoice3_pytorch/tree/0421749af908905d181f089f06956fddd0982d47)
101101

@@ -314,7 +314,7 @@ Your browser does not support the audio element.
314314

315315
This is not the result of DeepVoice3, but there's a very similar approach I also implemented.
316316

317-
- Samples from a model trained for 58.5k steps on the [LJSpeech dataset](https://keithito.com/LJ-Speech-Dataset/).
317+
- Samples from a model trained for 585k steps on the [LJSpeech dataset](https://keithito.com/LJ-Speech-Dataset/).
318318
- Pretrained model: [link](https://www.dropbox.com/s/1y8bt6bnggbzzlp/20171129_nyanko_checkpoint_step000585000.pth?dl=0)
319319
- Git commit: [ba59dc7](https://github.com/r9y9/deepvoice3_pytorch/tree/ba59dc75374ca3189281f6028201c15066830116)
320320

0 commit comments

Comments
 (0)