Commit Graph

1219 Commits (59e2752107162b7b6060c3096d24c16a3cbbd0b3)

Author SHA1 Message Date
Eren Golge 84d81b6579 graves attention [WIP] 2019-11-12 11:17:35 +01:00
nmstoker e602534ed7 Update README image 2019-11-11 23:14:51 +00:00
nmstoker f8b883fabe Update README 2019-11-11 23:05:02 +00:00
nmstoker 58bf3244ac Add Bokeh interactive plotting 2019-11-11 00:57:01 +00:00
Eren Golge 537cd66f27 reduce lr 2019-11-05 17:27:49 +01:00
Eren Golge 8040ccc3b0 config edit 2019-11-05 17:08:15 +01:00
Eren Golge c13e7f483a commenting config.json 2019-11-05 17:06:33 +01:00
Eren Gölge b89d04c151
Update README.md 2019-11-01 12:52:12 +01:00
Eren Golge 6a8aa42d87 Merge branch 'dev' of github.com:mozilla/TTS into dev 2019-11-01 12:23:29 +01:00
Eren Golge 6906adc39e speaker encoder implementation 2019-11-01 12:23:03 +01:00
Eren Gölge 5268c782da
Merge pull request #308 from nmstoker/patch-1
Remove restriction on matplotlib version
2019-11-01 12:14:20 +01:00
Eren Golge ec579d02a1 bug fix argparser 2019-10-31 15:13:39 +01:00
Eren Golge 9b6021318d conditional required args for train and distribute.py 2019-10-31 14:13:15 +01:00
Neil Stoker 52e4f99400
Update requirements.txt 2019-10-30 23:57:53 +00:00
Neil Stoker 5ffd4e24ec
Remove matplotlib version restriction
So far as I can tell the matplotlib version restriction (to 2.0.2) is not necessary and causes difficulties in conda (for me at least it triggers reinstallation of an older version which then fails to compile)
2019-10-30 23:55:44 +00:00
Eren Golge 06798c7b9b fix test 2019-10-30 17:36:13 +01:00
Eren Golge 05f038880b continuining training from where it is left off 2019-10-30 15:48:38 +01:00
Eren Golge 8f53f9fc8f bug fix 2019-10-29 19:07:08 +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 002991ca15 bug fixes, linter update and test updates 2019-10-29 14:28:49 +01:00
Eren Golge 89ef71ead8 bug fix tacotron2, decoder return order fixed 2019-10-29 13:32:20 +01:00
Eren Gölge 7eb291cae6
Update CODE_OF_CONDUCT.md 2019-10-29 12:05:20 +01:00
Eren Golge 5a56a2c096 bug fixes for forward backward training and load_data for parsing data_loader 2019-10-29 02:58:42 +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 Gölge 50088cbf3b
Merge pull request #279 from mozilla/dev
merging dev branch
2019-10-24 14:40:55 +02:00
Eren Golge 1c2d26ccb9 Merge branch 'dev' of github.com:mozilla/TTS into dev 2019-10-24 14:35:08 +02:00
Eren Golge 9d5a5b0764 linter 2019-10-24 14:34:31 +02:00
Eren Golge 3b7aa67ed2 linter 2019-10-24 14:19:16 +02:00
Eren Golge ea32f2368d linter fix 2019-10-24 14:11:07 +02:00
Eren Golge 77f5fd0584 compute and config update with new attention entropy loss 2019-10-15 15:05:42 +02:00
Eren Golge c1f598b5d0 config for tacotron2 2019-10-13 01:22:30 +02:00
Eren Golge 2dcdc14ea6 UPDATE TRIM SILENCE 2019-10-12 18:34:28 +02:00
Eren Golge 53ec066733 replace zeros() with a better alternative 2019-10-12 18:34:12 +02:00
Eren Golge fbfa20e3b3 linter fix 2019-10-04 18:36:32 +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 fc9af0ab3c bug fix for load__meta_data 2019-09-30 18:04:15 +02:00
Eren Golge 64a01f584b load_meta_data changes 2019-09-30 15:03:18 +02:00
Eren Golge 1fad04e317 load meta data function 2019-09-30 14:30:33 +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 53d658fb74 formatting 2019-09-24 17:20:01 +02:00
Eren Golge 23f6743ac9 fix synthesize.py 2019-09-24 17:19:04 +02:00
Eren Golge 113f5860b8 update benchmark notebook 2019-09-24 16:58:52 +02:00
Eren Golge 5b6b1f354d add use_gst to enable global style token 2019-09-24 16:24:58 +02:00
Eren Golge 98af061d2e formatting, merge GST model with Tacotron 2019-09-24 16:18:48 +02:00
Eren Golge e8d29613f1 fix stop condition 2019-09-24 15:38:28 +02:00