arabic-tacotron-tts icon indicating copy to clipboard operation
arabic-tacotron-tts copied to clipboard

End to end Arabic TTS system based on tacotron

Results 13 arabic-tacotron-tts issues
Sort by recently updated
recently updated
newest added

I can't find temp_filtered.csv file anyone can help me ?

temp_filtered.csv contains 906 samples, do you have any rest data of Arabic Speech Corpus? As I download it. it has 1813 samples. Thanks!

WARNING:tensorflow:From /home/arabic-tacotron-tts/models/tacotron.py:56: MultiRNNCell.__init__ (from tensorflow.python.ops.rnn_cell_impl) is deprecated and will be removed in a future version. Instructions for updating: This class is equivalent as tf.keras.layers.StackedRNNCells, and will be replaced by that...

in the 'Quick start' section, it says "Use version 3.5 instead of newer python versions for TensorFlow support" but on the TensorFlow website, they say "TensorFlow is tested and supported...

I got this error when I invoked py demo_server.py regardless if I included the check point or not. 2021-12-31 02:11:16.182040: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll...

Hello developers. I am not a programmer, but I want to make some suggestions for improving the quality and supporting a wider variety of users. First, I request to change...

temp_filtered.csv contains 906 samples, do you have any rest data of Arabic Speech Corpus? As I download it. it has 1813 samples. Thanks!

Did you downsample the dataset before extracting Mel spectrum?

Hello, I'm a beginner and trying to implement tacotron2, but I have a problem with using TensorFlow since from what I have understood I don't have a suitable GPU. I'm...