Commit Graph

4543 Commits

Author SHA1 Message Date
Eren Golge
448a70823d config update 2019-11-19 13:18:58 +01:00
Eren Golge
1d40909ef7 small argument fix 2019-11-19 13:07:06 +01:00
Eren Golge
3fa185e63d comment correction 2019-11-19 13:04:34 +01:00
Eren Golge
b0dbfc55de remove unsued line 2019-11-19 13:02:35 +01:00
Eren Golge
4873620bc2 remove zero-frame in dataloader 2019-11-19 12:58:54 +01:00
Eren Golge
ee788bc558 commenting TTSDataset.py 2019-11-19 12:39:31 +01:00
Eren Golge
79cca4ac80 more loss tests 2019-11-15 14:30:28 +01:00
Eren Golge
8af75cad46 editing the pr #310 and merging 2019-11-14 16:14:01 +01:00
Eren Golge
574de86b9b Merge branch 'bokeh-interactive-1' into dev 2019-11-14 15:38:14 +01:00
Eren Golge
3f1f1f3316 clear outputs 2019-11-14 15:33:55 +01:00
Eren Golge
cd06a4c1e5 linter fix 2019-11-12 13:51:22 +01:00
Eren Golge
5ed55f5bef Merge branch 'dev' of github.com:mozilla/TTS into dev 2019-11-12 12:45:07 +01:00
Eren Golge
725f22861a add ParallelWaveGAN to README 2019-11-12 12:44:37 +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
6f3dd1b6ae chnage gmm activations 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
2966e3f2d1 use ReLU for GMM 2019-11-12 11:20:53 +01:00
Eren Golge
b904bc02d6 config update and initial bias for graves attention 2019-11-12 11:19:57 +01:00
Eren Golge
926a4d36ce change tanh layer size for graves attention 2019-11-12 11:19:16 +01:00
Eren Golge
fb34c7b272 config and bug fix 2019-11-12 11:19:16 +01:00
Eren Golge
695bf1a1f6 bug fix for illegal memory reach 2019-11-12 11:19:16 +01:00
Eren Golge
b9e0faca98 config update and bug fixes 2019-11-12 11:19:16 +01:00
Eren Golge
adf9ebd629 Graves attention and setting attn type by config.json 2019-11-12 11:18:57 +01:00
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