-
Updated
May 5, 2020 - Python
tts
Here are 571 public repositories matching this topic...
-
Updated
May 7, 2020 - Python
-
Updated
May 5, 2020 - Python
-
Updated
Feb 23, 2020 - Python
-
Updated
May 8, 2020 - Python
Due to the 2GB contiguous block allocation limitation of 32 bit systems, this line:
https://github.com/readbeyond/aeneas/blob/master/aeneas/audiofile.py#L447
might throw a MemoryError, causing an "unexpected exception".
We should:
- catch it and log a meaningful error
- document this limitation somewhere
-
Updated
May 4, 2020
Multi GPU Support
I'd like to train this model on 8 V100 GPUs - does it support multi GPU training?
-
Updated
Apr 17, 2020 - Python
After testing this code, I found out that following dependencies must be updated otherwise Exception occurs :
Pytorch > 1.0 # F.one_hot function isn't available in PyTorch v1.0 it requires 1.1 or 1.2
librosa==0.7.0 # for Griffin-Lim -> librosa.feature.inverse introduced in librosa 0.7.0
Also for running soundfile following OS dependency required
sudo apt-get install libsndfile1
It looks like the default initialization scheme with tf.get_variable is uniform Glorot , but the paper uses He's Gaussian.
When dark theme is on, the links that appear in the app are not visible because of the blue color
-
Updated
Nov 25, 2019 - Python
-
Updated
May 7, 2020 - Python
-
Updated
Feb 12, 2020 - Python
-
Updated
May 7, 2020 - Python
-
Updated
May 7, 2020 - Java
-
Updated
Feb 24, 2019 - C#
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
May 6, 2020 - Java
-
Updated
Dec 20, 2019
-
Updated
Mar 25, 2020 - Python
-
Updated
Mar 20, 2018
Improve this page
Add a description, image, and links to the tts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tts topic, visit your repo's landing page and select "manage topics."
After training, using some script like this: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/tools/freeze_graph.py ?
What should be the input node name(s) and output node names used for freeze and inference later?
Thanks!