You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
## What's new
22
22
- 2020/07/05 **(New!)** Support Convert Tacotron-2, FastSpeech to Tflite. Pls see the [colab](https://colab.research.google.com/drive/1HudLLpT9CQdh2k04c06bHUwLubhGTWxA?usp=sharing). Thank @jaeyoo from TFlite team for his support.
23
23
- 2020/06/20 **(New!)**[FastSpeech2](https://arxiv.org/abs/2006.04558) implementation with Tensorflow is supported.
24
-
- 2020/06/07 **(New!)**[Multi-band MelGAN (MB MelGAN)](https://github.com/dathudeptrai/TensorflowTTS/blob/master/examples/multiband_melgan/) implementation with Tensorflow is supported.
24
+
- 2020/06/07 [Multi-band MelGAN (MB MelGAN)](https://github.com/dathudeptrai/TensorflowTTS/blob/master/examples/multiband_melgan/) implementation with Tensorflow is supported.
25
25
26
26
27
27
## Features
@@ -31,6 +31,7 @@
31
31
- Suitable for deployment.
32
32
- Easy to implement new model based-on abtract class.
33
33
- Mixed precision to speed-up training if posible.
34
+
- TFlite conversion for all supported model.
34
35
35
36
## Requirements
36
37
This repository is tested on Ubuntu 18.04 with:
@@ -44,8 +45,14 @@ This repository is tested on Ubuntu 18.04 with:
44
45
Different Tensorflow version should be working but not tested yet. This repo will try to work with latest stable tensorflow version.
Examples are included in the repository but are not shipped with the framework. Therefore, in order to run the latest verion of examples, you need install from source following bellow.
0 commit comments