Commit Graph

220 Commits

Author SHA1 Message Date
Eren Golge 015f7780f4 Decoder shape comments for Tacotron2, decoupled grad clip for stopnet and the rest of the network. Some variable renaming and bug fix for alignment score logging 2019-11-12 11:20:53 +01:00
Eren Golge adf9ebd629 Graves attention and setting attn type by config.json 2019-11-12 11:18:57 +01:00
Eren Golge 0e0d0345cd call truncated inference 2019-10-29 17:41:07 +01:00
Eren Golge 60b6ec18fe bug fix for synthesis.py 2019-10-29 17:38:59 +01:00
Eren Golge e83a4b07d2 commention model outputs for tacotron, align outputs shapes of tacotron and tracotron2, merge bidirectional decoder 2019-10-28 14:51:19 +01:00
Eren Golge 2dcdc14ea6 UPDATE TRIM SILENCE 2019-10-12 18:34:28 +02:00
Eren Golge 0849e3c42f sound normalization while reading, adapting get_Speaker for multiple datasets 2019-10-04 18:20:30 +02:00
Eren Golge 8dec2a9e95 fix memory leak duee to diagonal alingmnet score 2019-10-02 00:30:25 +02:00
Eren Golge acbafb456b Weighting positive values for stopnet loss, change adam_weight_decay name 2019-09-28 15:44:17 +02:00
Eren Golge 99d7f2a666 update set_weight_decay 2019-09-28 15:31:18 +02:00
Eren Golge 8565c508e4 remove debug line 2019-09-28 01:11:04 +02:00
Eren Golge b76aaf8ad4 skip weight decay for BN and biases, some formatting 2019-09-28 01:09:28 +02:00
Eren Golge 5b6b1f354d add use_gst to enable global style token 2019-09-24 16:24:58 +02:00
Eren Golge d45d963dc1 linter fix 2019-09-11 10:39:59 +02:00
Eren Golge 609d8efa69 compute alignment diagonality score and encapsulate stats averaging with a class in traning 2019-09-11 10:32:07 +02:00
Eren Golge d1828c9573 fix server tests and pylint 2019-09-10 12:09:58 +02:00
Eren Golge 0bb8d780e8 visual.py update 2019-09-05 16:48:36 +02:00
Eren Golge dc69074a56 add RADAM reference 2019-08-30 10:33:46 +02:00
Eren Golge 529348d6dc lint fixes 2019-08-30 10:29:22 +02:00
Eren Golge afdc4bad10 Merge branch 'dev-radam' into dev 2019-08-30 10:15:54 +02:00
Reuben Morais 28644a717e Fix tests 2019-08-29 12:18:33 +02:00
Reuben Morais 3c5aeb5e22 Fix installation by using an explicit symlink 2019-08-29 11:49:53 +02:00
Eren Golge e02fc51fde server update for changing r value 2019-08-23 12:28:05 +02:00
Eren Golge 1a1db23df1 radam 2019-08-22 00:34:46 +02:00
Eren Golge 5ff8544d6a force frame_length to be a multiple hop_length 2019-08-20 13:22:04 +02:00
Eren Golge d99623e285 bug fixes for logging 2019-08-19 16:27:53 +02:00
Eren Golge 5629292bde bug fixes 2019-08-16 15:08:04 +02:00
Eren Golge b22c7d4a29 Merge branch 'dev-gradual-queue' into dev 2019-08-16 13:20:17 +02:00
Eren Golge 5acd9e82bd save model r value for checkpoints 2019-08-16 13:11:51 +02:00
Thomas Werkmeister 215eb014ca enforce list append semantic; prevents numpy add 2019-07-26 13:40:58 +02:00
Eren Golge 85adb2496c Merge branch 'master' of github.com:mozilla/TTS 2019-07-22 20:59:42 +02:00
Eren Golge 91795cc0f1 config update 2019-07-22 15:44:09 +02:00
Eren Golge ee706b50f6 enalbe graudal training by config.json 2019-07-22 02:11:20 +02:00
Thomas Werkmeister f59543d127 fixed usage of bos&eos char with caching 2019-07-19 15:17:35 +02:00
Reuben Morais 9a61dfa155 Address additional lint problems 2019-07-19 11:35:06 +02:00
Reuben Morais 11e7895329 Fix Pylint issues 2019-07-19 09:08:51 +02:00
Eren Gölge 63c0085256
Merge pull request #229 from twerkmeister/patch-2
check for speaker id is None before put on cuda
2019-07-17 16:20:24 +02:00
Thomas Werkmeister ee4d55549d
check for speaker id is None before put on cuda 2019-07-17 14:08:53 +02:00
Eren Golge fd081c49b7 split dataset outside preprocessor 2019-07-16 21:15:04 +02:00
Eren Golge aec7f02817 libri tts config, and bug fix 2019-07-16 15:17:38 +02:00
Eren Golge 1468db0d07 bug fix for multispeaker test run 2019-07-12 10:50:20 +02:00
Eren Golge 5851c5d29b Merge branch 'tacotron-gst' into dev 2019-07-11 15:32:32 +02:00
Eren Golge 89969b0f38 LibriTTS processor and a small notification for silence trimming 2019-07-11 15:25:29 +02:00
Thomas Werkmeister 2f2482f9b4 reading all speakers upfront 2019-07-10 18:38:55 +02:00
Thomas Werkmeister d23e29ea1f extracted id to torch code 2019-07-02 14:40:01 +02:00
Thomas Werkmeister ba8cc8054b disabling multispeaker with num_speakers=0 2019-07-01 14:01:34 +02:00
Thomas Werkmeister 04e452d8cb Merge branch 'tacotron-gst' of github.com:mozilla/TTS into multispeaker 2019-07-01 14:00:22 +02:00
Eren Golge 464cc29756 Make optional reampling of the read wav 2019-06-26 14:11:30 +02:00
Thomas Werkmeister 05ff8801d1 config, benchmark notebook, synthesis fixed 2019-06-26 13:31:16 +02:00
Thomas Werkmeister d172a3d3d5 multispeaker 2019-06-26 12:59:14 +02:00