Commit Graph

445 Commits

Author SHA1 Message Date
chenfeiyu af98dad33e fix for compatability of python2 and lower versions of numpy 2020-03-10 08:17:56 +00:00
Yibing Liu dcfac429d0 Fix the display of audio samples 2020-03-10 16:11:28 +08: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
liuyibing01 f95142d608 Merge branch 'conv_queue' into 'master'
Add note on conv queue

See merge request !40
2020-03-10 14:45:56 +08:00
Kexin Zhao 38d87e2e91 small fix 2020-03-09 23:35:15 -07:00
Kexin Zhao c7176a8712 note on conv queue 2020-03-09 23:32:22 -07:00
liuyibing01 d16abc4952 Update README 2020-03-10 05:36:00 +00:00
liuyibing01 3bfd11234e Update WaveFlow README 2020-03-10 05:08:38 +00:00
liuyibing01 855e3b2de3 Merge branch 'master' of upstream 2020-03-10 04:55:37 +00:00
liuyibing01 db6a96543f Update README 2020-03-10 04:55:12 +00: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
liuyibing01 97b49a9bf7 Merge branch 'master' into 'master'
fix typos in docs/

See merge request !39
2020-03-10 11:24:19 +08:00
chenfeiyu 469fb1b79e fix typos in docs/ 2020-03-10 03:01:48 +00:00
Yibing Liu a2ba420b25 Update table format 2020-03-10 10:55:33 +08:00
lifuchen 429695d6a0 add docstring to transformer_tts and fastspeech 2020-03-10 02:40:44 +00:00
liuyibing01 8c6a17b6bd Merge branch 'master' into 'master'
add () for bound methods in docs

See merge request !38
2020-03-10 10:28:44 +08:00
chenfeiyu a92a7add06 add () for bound methods in docs 2020-03-10 02:24:11 +00:00
liuyibing01 5b8eee0892 Merge branch 'master' into 'master'
clean unused files and refine doc

See merge request !37
2020-03-10 10:14:50 +08:00
chenfeiyu 4758b84b88 use iterable object instead of iterable 2020-03-10 02:02:22 +00:00
chenfeiyu 79e4093a8b clean unused files 2020-03-10 01:54:08 +00:00
liuyibing01 9090f9a5bd Add link to the experiment guide 2020-03-10 01:51:01 +00:00
liuyibing01 0805eea568 Merge branch 'master' into 'master'
add docstring for parakeet.data and deep voice 3, wavenet and clarinet

See merge request !35
2020-03-10 09:47:36 +08:00
liuyibing01 119ca72450 Update README & release clarinet model 2020-03-09 17:53:24 +00:00
chenfeiyu 6a9eab4b73 fix typos and refine doc 2020-03-09 15:33:13 +00:00
chenfeiyu f82ac720d4 Merge branch 'master' of origin 2020-03-09 07:31:17 +00:00
chenfeiyu e0e40c5379 Merge branch 'master' of upstream. 2020-03-09 07:30:19 +00:00
lifuchen 3d1fda0ce9 Merge branch 'master' of upstream into master 2020-03-09 07:21:34 +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 49c3a50ea3 add user guide for building experiment 2020-03-09 13:09:09 +08:00
chenfeiyu 0989d8f489 Merge branch 'master' of origin 2020-03-09 11:12:51 +08:00
chenfeiyu 02f742d914 Merge branch 'master' of upstream. 2020-03-09 03:06:53 +00:00
chenfeiyu 4b2b974eb4 refine docstring for parakeet.data and deep voice 3, wavenet and clarinet 2020-03-09 03:06:28 +00:00
liuyibing01 b88f88456b Merge branch 'add_doc_str' into 'master'
Add docstring for WaveFlow

See merge request !34
2020-03-08 15:33:00 +08: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
liuyibing01 8e86389ea4 Merge branch 'master' into 'master'
Modified data.py of TransformerTTS

See merge request !30
2020-03-06 19:53:59 +08:00
lifuchen a302bf21f4 fix conflicts of dataset.py 2020-03-06 11:49:53 +00:00
liuyibing01 34f77d6178 Merge branch 'master' into 'master'
update doc and use os.path instead of pathlib

See merge request !33
2020-03-06 16:48:55 +08:00
chenfeiyu 0b2c632980 refine doc 2020-03-06 07:42:42 +00:00
chenfeiyu fd009bb088 use os.path instead of pathlib. 2020-03-06 06:53:50 +00:00
chenfeiyu c6f3a2876d refine doc 2020-03-06 14:42:30 +08:00
liuyibing01 64f7dbb7b7 Merge branch 'master' into 'master'
add doc for parakeet.data, python2 compatability for DataIterator and  lazy CacheDataset

See merge request !32
2020-03-06 10:58:04 +08:00
chenfeiyu 86fff7a077 add doc for parakeet.data, python2 compatability for DataIterator and lazy CacheDataset 2020-03-06 02:55:42 +00:00
lifuchen 59b392a73c modified some vars name 2020-03-06 02:49:14 +00:00
lifuchen 54bd759625 modified some vars name 2020-03-06 02:47:16 +00:00
liuyibing01 612de1a25c Merge branch 'refine_doc' into 'master'
Refine doc part2

See merge request !31
2020-03-06 10:24:33 +08:00
Kexin Zhao b2464597f5 fix conflict 2020-03-05 17:04:08 -08:00