forked from extern/Thorsten-Voice
Added first samples for TensorFlowTTS
This commit is contained in:
parent
02020e54f7
commit
a99d4b6477
@ -49,7 +49,7 @@ Originalaufnahmen aus dem "thorsten" Dataset.
|
||||
|
||||
|
||||
# Griffin Lim
|
||||
> Details zum Model: (todo: link)
|
||||
> Details zum Model: (todo: link)
|
||||
> Tacotron2 + DDC: 460k Schritte trainiert
|
||||
|
||||
<dl>
|
||||
@ -94,9 +94,8 @@ Originalaufnahmen aus dem "thorsten" Dataset.
|
||||
</dl>
|
||||
|
||||
# ParallelWaveGAN
|
||||
> Details: [Notebook von Olaf](https://colab.research.google.com/drive/15kJHTDTVxyIjxiZgqD1G_s5gUeVNLkfy?usp=sharing)
|
||||
> Tacotron2 + DDC: 360k Schritte trainiert, PWGAN Vocoder: 925k Schritte trainiert
|
||||
|
||||
> Details: [Notebook von Olaf](https://colab.research.google.com/drive/15kJHTDTVxyIjxiZgqD1G_s5gUeVNLkfy?usp=sharing)
|
||||
<dl>
|
||||
|
||||
<table>
|
||||
@ -146,7 +145,7 @@ Originalaufnahmen aus dem "thorsten" Dataset.
|
||||
> todo
|
||||
|
||||
# VocGAN
|
||||
> **Diese Beispiele basieren auf "ground truth" und nicht auf dem Tacotron 2 Modell**
|
||||
> **Diese Beispiele basieren auf "ground truth" und nicht auf dem Tacotron 2 Modell**
|
||||
> 200 Epochen / 284k Trainingsschritte
|
||||
|
||||
<dl>
|
||||
@ -228,4 +227,52 @@ Originalaufnahmen aus dem "thorsten" Dataset.
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
# TensorFlowTTS / Multiband MelGAN
|
||||
> Thanks [Monatis](https://github.com/monatis)
|
||||
> Details: [Notebook von Monatis](https://colab.research.google.com/drive/1W0nSFpsz32M0OcIkY9uMOiGrLTPKVhTy?usp=sharing#scrollTo=SCbWCChVkfnn)
|
||||
> Taco2 Modell für 80k Schritte trainiert, Multiband MelGAN für 800k Schritte.
|
||||
|
||||
<dl>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Sample</th>
|
||||
<th>Text</th>
|
||||
<th>Audio</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>01</td>
|
||||
<td>Eure Schoko-Bonbons sind sagenhaft lecker</td>
|
||||
<td><audio controls="" preload="none"><source src="samples/sample01-TensorFlowTTS.wav"></audio></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>02</td>
|
||||
<td>Eure Tröte nervt</td>
|
||||
<td><audio controls="" preload="none"><source src="samples/sample02-TensorFlowTTS.wav"></audio></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>03</td>
|
||||
<td>Europa und Asien zusammengenommen wird auch als Eurasien bezeichnet</td>
|
||||
<td><audio controls="" preload="none"><source src="samples/sample03-TensorFlowTTS.wav"></audio></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>04</td>
|
||||
<td>Euer Plan hat ja toll geklappt.</td>
|
||||
<td><audio controls="" preload="none"><source src="samples/sample04-TensorFlowTTS.wav"></audio></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>05</td>
|
||||
<td>In den alten Zeiten, wo das Wünschen noch geholfen hat, lebte ein König, dessen Töchter waren alle schön.</td>
|
||||
<td><audio controls="" preload="none"><source src="samples/sample05-TensorFlowTTS.wav"></audio></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</dl>
|
BIN
docs/samples/sample01-TensorFlowTTS.wav
Normal file
BIN
docs/samples/sample01-TensorFlowTTS.wav
Normal file
Binary file not shown.
BIN
docs/samples/sample02-TensorFlowTTS.wav
Normal file
BIN
docs/samples/sample02-TensorFlowTTS.wav
Normal file
Binary file not shown.
BIN
docs/samples/sample03-TensorFlowTTS.wav
Normal file
BIN
docs/samples/sample03-TensorFlowTTS.wav
Normal file
Binary file not shown.
BIN
docs/samples/sample04-TensorFlowTTS.wav
Normal file
BIN
docs/samples/sample04-TensorFlowTTS.wav
Normal file
Binary file not shown.
BIN
docs/samples/sample05-TensorFlowTTS.wav
Normal file
BIN
docs/samples/sample05-TensorFlowTTS.wav
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user