Commit Graph

114 Commits

Author SHA1 Message Date
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
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 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
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
lifuchen 55fa94f15d Merge branch 'master' of upstream. 2020-05-08 03:47:40 +00:00
chenfeiyu e0ba85f6b5 update for wavenet and clarinet 2020-05-08 03:33:27 +00:00
lifuchen 46e254d1f8 modified transformer_tts to make sure it works on paddle 1.8 2020-05-07 02:23:50 +00:00
chenfeiyu ff1d66ea94 update for deepvoice3, fix weight norm 2020-05-06 08:36:43 +00:00
lifuchen c1b837dc17 completed fastspeech and modified save/load 2020-04-09 12:06:04 +00:00
lifuchen f312b2f05c Merge branch 'master' of upstream 2020-04-07 09:34:39 +00:00
lifuchen ad4b248af8 fix some bug of mask in fastspeech 2020-04-07 09:34:27 +00:00
chenfeiyu 838d6d1021 update save/load and README for deepvoice3, wavenet and clarinet 2020-03-26 10:43:27 +00:00
chenfeiyu cf17b64983 Merge branch 'master' of upstream 2020-03-26 10:30:19 +00:00
liuyibing01 618eb31ab4 Adapt the change in save & load 2020-03-26 09:27:22 +00:00
liuyibing01 fccbf6d797 Update README 2020-03-26 06:45:22 +00:00
chenfeiyu c845fbd51d change interface for io.py 2020-03-26 10:10:05 +08:00
liuyibing01 64790853e5 Unify save & load interfaces 2020-03-22 08:05:05 +00:00
liuyibing01 be70b41fd1 Merge branch 'master' into 'master'
fixes for wavenet and modules

See merge request !47
2020-03-22 11:44:42 +08:00
chenfeiyu 2a1819a19c add warning in Conv1DCell and synthesis.py for wavenet and deepvoice 3(auto-regressive models) 2020-03-21 15:10:25 +00:00
chenfeiyu 67613951d5 minor fixes for wavent and modules 2020-03-21 11:52:15 +00:00
lifuchen 75d464221c modified the process of generating masks to speed up batching 2020-03-20 09:37:49 +00:00
liuyibing01 f618b21765 Add a comment before layer pad2d 2020-03-13 06:05:57 +00:00
liuyibing01 bfbc5e2046 Upgrade to paddle 1.7.1 2020-03-12 14:20:46 +00:00
liuyibing01 4329b581f3 Merge branch 'master' into 'master'
add docstring for Conv1D, Conv1DTranspose and Conv1DCell, remove unnecessary file

See merge request !44
2020-03-10 17:06:05 +08:00
chenfeiyu 37390d96b9 add docstring for Conv1D, Conv1DTranspose and Conv1DCell, remove unnecessary file 2020-03-10 09:02:47 +00:00
liuyibing01 384d093d47 Merge branch 'master' into 'master'
fix for compatability of python2 and lower versions of numpy

See merge request !42
2020-03-10 16:21:49 +08:00
chenfeiyu af98dad33e fix for compatability of python2 and lower versions of numpy 2020-03-10 08:17:56 +00:00
liuyibing01 22cf0b82e8 Merge branch 'fix' into 'master'
fix the bug 1/x=0 in python2

See merge request !41
2020-03-10 14:56:21 +08:00
lifuchen e720592ac1 fix the bug 1/x=0 in python2 2020-03-10 06:49:33 +00:00
Kexin Zhao c7176a8712 note on conv queue 2020-03-09 23:32:22 -07:00
liuyibing01 c2cf81c38a Merge branch 'master' into 'master'
add docstring to transformer_tts and fastspeech

See merge request !36
2020-03-10 11:25:55 +08:00
lifuchen 429695d6a0 add docstring to transformer_tts and fastspeech 2020-03-10 02:40:44 +00:00
chenfeiyu 6a9eab4b73 fix typos and refine doc 2020-03-09 15:33:13 +00:00
chenfeiyu e0e40c5379 Merge branch 'master' of upstream. 2020-03-09 07:30:19 +00:00
Kexin Zhao 484465ca1b add docstring 2020-03-09 07:20:41 +00:00
liuyibing01 e82115bc8a Fix sample file name 2020-03-09 07:20:41 +00:00
lifuchen f7ec215b9a add docstring for transformer_tts and fastspeech 2020-03-09 07:16:02 +00:00
chenfeiyu 4b2b974eb4 refine docstring for parakeet.data and deep voice 3, wavenet and clarinet 2020-03-09 03:06:28 +00:00
Kexin Zhao 4f7ded3c89 add docstring 2020-03-07 23:25:04 -08:00
liuyibing01 8083da21ac Fix sample file name 2020-03-07 14:21:35 +00:00
lifuchen a302bf21f4 fix conflicts of dataset.py 2020-03-06 11:49:53 +00:00
chenfeiyu fd009bb088 use os.path instead of pathlib. 2020-03-06 06:53:50 +00:00