Commit Graph

247 Commits

Author SHA1 Message Date
erogol e97bb45aba bug fixes and fixing unit tests 2020-03-10 11:06:25 +01:00
erogol a2e900ef3b formatting audio.py 2020-03-09 21:05:10 +01:00
erogol 032bf312c6 update train.py for guided attention 2020-03-09 21:04:13 +01:00
erogol c825b63d4c better version control for phonemizer 2020-03-02 12:53:55 +01:00
erogol a68012aec2 BCE masked loss and padding stop_tokens with 0s not 1s 2020-02-25 14:17:20 +01:00
erogol a5d919cec8 use 0 padding for stop tokens, which seems not working after padding_idx 2020-02-25 11:52:26 +01:00
erogol e6504cc9a4 config update, check arguments update and enable alternative arguments 2020-02-23 03:09:10 +01:00
erogol 28eb3abfd6 setting stft parameters with constants 2020-02-23 03:07:42 +01:00
erogol 6abae742b7 updateing cleaners 2020-02-23 03:04:27 +01:00
erogol bc6764a5c7 bug fix at server 2020-02-21 15:00:40 +01:00
erogol 957f7dcbc5 padding idx for embedding layer 2020-02-20 12:24:54 +01:00
erogol ecf84fa4ad linter fixes 2020-02-19 18:30:25 +01:00
erogol 0c7c34c12c remove grad_accum from config checker 2020-02-19 18:30:25 +01:00
erogol 2079097183 check config with a function 2020-02-19 18:30:25 +01:00
erogol e40bc18c84 fix linter problems and loader test 2020-02-19 18:30:25 +01:00
erogol 60379271dc update for phonemizer 2.1 2020-02-19 18:30:25 +01:00
root ffe9a32813 set silence trimming threshold in config 2020-02-19 18:27:02 +01:00
root 284daba116 bug fixes 2020-02-19 18:27:02 +01:00
erogol 6977899d07 fix constant GL bug in synthesis 2020-02-19 17:54:06 +01:00
root 94c6cb8e07 measure update 2020-01-14 10:41:41 +01:00
root 560b094f3a binary measure 2020-01-14 02:27:09 +01:00
root 93399564c5 bug fix for sound normalization 2020-01-07 18:48:54 +01:00
root 7b6fe29f00 sound norm fix 2019-12-30 12:49:17 +00:00
Eren Golge e41a7c1a02 setup gradual training schedule wrt num gpus 2019-11-20 12:08:23 +01:00
Eren Golge 4873620bc2 remove zero-frame in dataloader 2019-11-19 12:58:54 +01:00
Eren Golge df1b8b3ec7 linter and test updates for speaker_encoder, gmm_Attention 2019-11-12 12:42:42 +01:00
Eren Golge 1401a0db6b update GMM attention calp max min 2019-11-12 11:20:53 +01:00
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