coqui-tts/TTS/bin
Eren Gölge 2473b2dc62
Merge pull request #559 from krzim/patch-1
Fix import to grab the encoder model save function
2020-12-10 00:19:32 +01:00
..
compute_embeddings.py compute_embedding update 2020-11-25 14:46:08 +01:00
compute_statistics.py enable compute stats by vocoder config 2020-10-29 12:31:43 +01:00
convert_melgan_tflite.py rename the project to old TTS 2020-09-09 12:27:23 +02:00
convert_melgan_torch_to_tf.py use difflib for string matching 2020-09-14 23:55:34 +02:00
convert_tacotron2_tflite.py rename the project to old TTS 2020-09-09 12:27:23 +02:00
convert_tacotron2_torch_to_tf.py use difflib for string matching 2020-09-14 23:55:34 +02:00
distribute.py general purpose distribute.py 2020-10-08 01:30:42 +02:00
synthesize.py Limit filenames to 10 chars 2020-12-08 18:44:19 +01:00
train_encoder.py Merge pull request #559 from krzim/patch-1 2020-12-10 00:19:32 +01:00
train_glow_tts.py glow-tts distributed fix 2020-12-09 23:39:09 +01:00
train_tacotron.py setup training scripts for computing phonemes before training optionally. And define data_loaders before starting training and re-use them instead of re-define for every train and eval calls. This is to enable better instance filtering based on input length. 2020-12-07 11:26:57 +01:00
train_vocoder_gan.py renaming train scripts and updating tests 2020-10-29 16:50:07 +01:00
train_vocoder_wavegrad.py use native amp 2020-11-25 14:48:54 +01:00
train_vocoder_wavernn.py scaler fix for wavegrad and wavernn. Save and load scaler 2020-11-14 13:00:35 +01:00
tune_wavegrad.py tune_wavegrad update 2020-11-25 14:49:48 +01:00