Commit Graph

286 Commits

Author SHA1 Message Date
liuyibing01 b604d1c7dd Merge branch 'develop' into 'master'
examples/deepvoice3 minor fixes

See merge request !73
2020-08-12 16:29:29 +08:00
chenfeiyu 3717ac1342 add max_iteration into configuration, fix np.pad for lower versions of numpy 2020-08-11 09:22:08 +00:00
liuyibing01 610181d4c0 Merge branch 'develop' into 'master'
dv3 miscellaneous enhancements.

See merge request !67
2020-07-29 12:21:49 +08:00
chenfeiyu ddf1c4f7a7 1. fix initializers;
2. use simple random sampler;
3. clean code for gradient clipper.
2020-07-29 11:54:47 +08:00
Yibing Liu 47915461fc Adapt waveflow to internal dataset 2020-07-28 17:34:38 +00:00
liuyibing01 e58e927c5e Merge branch 'dv3_reload' into 'master'
remove weigth norm when synthesizing to make inference fatser

See merge request !66
2020-07-17 19:28:01 +08:00
chenfeiyu de6e15339f remove weigth norm when synthesizing to make inference fatser 2020-07-17 17:56:23 +08:00
Yibing Liu 45f6e55911 Merge branch 'master' of upstream 2020-07-16 13:39:53 +08:00
Yibing Liu ef83782e44 Release waveflow res. channel 96 2020-07-16 13:39:30 +08:00
liuyibing01 2131d79723 Merge branch 'develop' into 'master'
add model architecture

See merge request !65
2020-07-14 15:10:15 +08:00
chenfeiyu 60506d436a add model architecture 2020-07-14 15:05:26 +08:00
Yibing Liu 4938a13866 Correct table format 2020-07-14 14:25:15 +08:00
liuyibing01 13a9fe878e Merge branch 'dv3_reload' into 'master'
add griffin lim as an alternative vocoder

See merge request !64
2020-07-14 14:02:47 +08:00
chenfeiyu 8a5f9d75b6 update README and command line help msg 2020-07-14 11:33:15 +08:00
chenfeiyu 7938a5f6a4 add griffin lim as an alternative vocoder 2020-07-13 15:19:52 +08:00
Yibing Liu 462491ab45 Remove dv3 ckpt temporarily 2020-07-11 10:07:06 +08:00
liuyibing01 16c2fd3044 Merge branch 'dv3_reload' into 'master'
dv3 reloaded, back to the origin

See merge request !63
2020-07-11 09:55:01 +08:00
chenfeiyu 282c36c2c1 dv3 reloaded, back to the origin 2020-07-10 20:22:43 +08:00
Yibing Liu 24eb14a718 Update readme 2020-06-24 12:16:27 +08:00
Yibing Liu 669a65a1e3 Update checkpoints and audio samples for transformer_tts & fastspeech 2020-06-24 11:59:37 +08:00
liuyibing01 563d3bae74 Merge branch 'commit' into 'master'
modified data preprocessing and synthesis of transformer_tts and fastspeech

See merge request !62
2020-06-24 11:31:35 +08:00
lifuchen a333e64f79 modified README of transformer_tts and fastspeech 2020-06-24 03:27:45 +00:00
lifuchen 5b804b70e6 modified some config name and default path. 2020-06-24 02:52:22 +00:00
lifuchen abdc0a729f Merge branch 'master' of upstream into commit 2020-06-23 12:53:36 +00:00
lifuchen aaae100854 modified data preprocessing and synthesis of transformer_tts and fastspeech 2020-06-23 12:52:58 +00:00
lifuchen 14235cd114 modified synthesis of transformer_tts & fastspeech 2020-06-19 03:46:10 +00:00
liuyibing01 c68c6a22af Merge branch 'fix' into 'master'
pin llvmlite version to 0.31.0

See merge request !61
2020-06-13 10:30:40 +08:00
chenfeiyu 91b1a3af5b pin llvmlite version to 0.31.0 2020-06-12 12:24:25 +00:00
liuyibing01 4eeece4158 Merge branch 'fix' into 'master'
fix synthesis for transformerTTS and FastSpeech, use int64 explicitly

See merge request !60
2020-06-12 18:14:48 +08:00
chenfeiyu 9dad6c3d41 fix synthesis for transformerTTS and FastSpeech, use int64 explicitly 2020-06-12 10:13:27 +00:00
liuyibing01 11f94b4f63 Merge branch 'fix' into 'master'
fix WeightNormWrapper, stop using CacheDataset for deep voice 3, pin numba version to 0.47.0

See merge request !59
2020-06-12 18:06:51 +08:00
chenfeiyu 45af3a43b2 fix WeightNormWrapper, stop using CacheDataset for deep voice 3, pin numba version to 0.47.0 2020-06-12 10:01:22 +00:00
liuyibing01 c170b5a282 Merge branch 'commit' into 'master'
fix some bugs of transformer_tts and fastspeech.

See merge request !58
2020-06-12 16:55:39 +08:00
lifuchen 681d34b953 fix some bugs of transformer_tts and fastspeech. 2020-06-12 08:54:32 +00:00
Yibing Liu 33ed693ccf Upgrade waveflow api to 1.8.2 2020-06-12 08:45:55 +00:00
Yibing Liu b7c584e2f7 Merge with origin master 2020-06-03 15:40:55 +08:00
Yibing Liu 6bfee95f2b Release tts model ckpts with griffin-lim 2020-06-03 15:39:01 +08:00
liuyibing01 efe568a199 Merge branch 'fix' into 'master'
deep coice 3: use np.int64 explicitly

See merge request !57
2020-06-03 15:37:31 +08:00
Yibing Liu a49e0c6883 Release tts model ckpts with griffin-lim 2020-06-03 15:14:49 +08:00
chenfeiyu 9ba26facf0 deep coice 3: use np.int64 explicitly 2020-06-02 07:07:10 +00:00
liuyibing01 31dbc87128 Merge branch 'master' into 'master'
fix README for clarinet, pin numba and tqdm verison

See merge request !55
2020-05-27 13:38:01 +08:00
chenfeiyu aa8e4ea0a8 fix README for clarinet, pin numba and tqdm verison 2020-05-27 05:24:39 +00:00
liuyibing01 d0e54d6046 Merge branch 'develop' into 'master'
dv3: set p_replace_pronunciation to 0 at evaluation

See merge request !54
2020-05-25 17:39:49 +08:00
chenfeiyu 74266afc2b dv3: set p_replace_pronunciation to 0 at evaluation 2020-05-25 17:08:52 +08:00
Yibing Liu 9b8fd9f93d Upgrade waveflow to 1.8.0 2020-05-22 07:16:45 +00:00
liuyibing01 8716a1843c Merge branch 'refactor' into 'master'
refactor for deep voice 3, update wavenet and clarinet to use enable_dygraph

See merge request !53
2020-05-22 14:28:57 +08:00
chenfeiyu 6aac18278e refactor for deep voice 3, update wavenet and clarinet to use enable_dygraph 2020-05-20 12:37:19 +00:00
liuyibing01 72e51b0f64 Merge branch 'master' into 'master'
completed fastspeech and modified save/load

See merge request !50
2020-05-09 11:15:36 +08:00
lifuchen 69b2a2b5cc modified README of transformer_tts and fastspeech, remove dygraph.guard() 2020-05-09 03:11:55 +00:00
lifuchen d1ba42ea68 modified fastspeech to make sure it works on paddle 1.8 2020-05-08 03:58:45 +00:00