Commit Graph

419 Commits

Author SHA1 Message Date
iclementine 51f2753c15 rename package name on pypi 2020-12-20 14:15:17 +08:00
Feiyu Chan fe7ddc2aaf
Merge pull request #66 from iclementine/reborn
format code and discard opencc
2020-12-20 13:53:31 +08:00
iclementine bb64e4659a discard opencc untill we find an easy solution to install it on windows 2020-12-20 13:46:45 +08:00
iclementine e03e96d9e4 format all the code with yapf 2020-12-20 13:15:07 +08:00
iclementine c866bb0b57 discard tests/ temporarily for outdated code 2020-12-20 13:11:54 +08:00
Feiyu Chan 2c952fbd70
Merge pull request #65 from iclementine/doc
update doc for waveflow
2020-12-19 20:35:25 +08:00
iclementine f31643b33c 1. fix typos;
2. add tensorboardX into install requirements.
2020-12-19 20:08:25 +08:00
iclementine aa205fd7bb update generated doc 2020-12-19 18:56:44 +08:00
iclementine 18709adce8 update setup.py and version str 2020-12-19 18:55:42 +08:00
iclementine b6efb43990 update docstring for waveflow 2020-12-19 18:33:07 +08:00
iclementine f2a35a17d4 import normalizer into frontend 2020-12-19 16:20:41 +08:00
Feiyu Chan badf72d611
Merge pull request #64 from PaddlePaddle/doc
Update docstrings
2020-12-18 20:58:59 +08:00
Li Fuchen 544594ec54
Merge pull request #63 from iclementine/doc
update docstrings for models.wavenet.
2020-12-18 20:57:28 +08:00
iclementine 84ad4c9e65 1. update docstrings for models.wavenet;
2. remove unnecessary code;
3. fix typos
2020-12-18 20:55:27 +08:00
Feiyu Chan d08eb72791
Merge pull request #60 from lfchener/doc
add docstring for LocationSensitiveAttention
2020-12-18 20:38:09 +08:00
lfchener 255ddcfe32 modified docstring of tacotron2 2020-12-18 20:28:21 +08:00
Li Fuchen cf43f2cf03
Merge pull request #62 from lfchener/develop
add example for tacotron2
2020-12-18 20:00:44 +08:00
lfchener 0327874f19 add example for tacotron2 2020-12-18 19:59:34 +08:00
Feiyu Chan 949dfa2f3d
Merge pull request #61 from iclementine/reborn
add examples: transformer_tts, waveflow, wavenet
2020-12-18 19:53:23 +08:00
iclementine 28fbc60737 add examples: transformer_tts, waveflow, wavenet 2020-12-18 19:51:55 +08:00
lfchener 63285dc80f add docstring for normalizer 2020-12-18 19:36:12 +08:00
lfchener c2bc4b0474 add docstring for phonectic and vocab 2020-12-18 19:31:44 +08:00
lfchener 1af9127ee6 add docstring for LocationSensitiveAttention 2020-12-18 17:31:51 +08:00
Feiyu Chan dd2c5cc6c6
Merge pull request #59 from iclementine/doc
update docstrings
2020-12-18 16:12:56 +08:00
iclementine 310366bb54 1. fix format errors and typos 2020-12-18 16:09:38 +08:00
Feiyu Chan 163b6f5dc3
Merge pull request #58 from lfchener/doc
add docstring for tacotron2
2020-12-18 15:54:10 +08:00
lfchener 3baffa5f4c update link in docstring 2020-12-18 15:53:24 +08:00
lfchener 6b8573898a update docstring of tacotron2 2020-12-18 15:50:05 +08:00
lfchener ecdeb14a40 add docstring for tacotron2 2020-12-18 15:31:40 +08:00
iclementine d78a8b4e1e 1. update documentations for paddle.modules;
2. update TransformerEncoder and  TransformerDecoder's implementation(mask and dropout).
2020-12-18 15:31:13 +08:00
Li Fuchen d81df88173
Merge pull request #57 from iclementine/doc
add documentation
2020-12-18 11:31:10 +08:00
iclementine 49c9cb38be use numpydoc instead of napoleon 2020-12-18 11:12:22 +08:00
iclementine bbc50faef2 add generated api_doc 2020-12-18 10:54:50 +08:00
iclementine afc476d8c3 add more tutorials 2020-12-17 17:05:22 +08:00
Feiyu Chan b82217f50f
Merge pull request #55 from lfchener/reborn
fix EnglishCharacter frontend and add  spectrogram plots
2020-12-17 11:16:12 +08:00
lfchener 6420da6197 fix some bugs 2020-12-17 02:56:45 +00:00
Li Fuchen ddd9cdfbd8
Merge pull request #54 from iclementine/wavenet_fix
fix wavenet
2020-12-16 19:19:35 +08:00
chenfeiyu bdf60bec39 fix wavenet inference shape 2020-12-16 00:22:43 +08:00
lfchener a5c81c75d5 fix add_spectrogram_plots 2020-12-15 11:27:11 +00:00
lfchener c864612dc3 plot spectrogram 2020-12-15 09:07:40 +00:00
lfchener bf320849bc Merge branch 'develop' of https://github.com/PaddlePaddle/Parakeet into reborn 2020-12-14 08:57:31 +00:00
lfchener 5b93de8a2e fix EnglishCharacter frontend, add space in sentence ids 2020-12-14 08:57:08 +00:00
Feiyu Chan ab56eac676
Merge pull request #53 from lfchener/reborn
move model.eval() to manually
2020-12-12 18:36:13 +08:00
lfchener 3a19150344 move model.eval() to manually 2020-12-12 10:34:48 +00:00
Li Fuchen 814d047129
Merge pull request #52 from iclementine/infer
add interfaces for inference
2020-12-12 18:26:52 +08:00
chenfeiyu 796e0b1e1f 1. add interfaces for inference;;
2. add a function to recursively remove weight norm;
3. wavenet: fix weight norm dimension: explicitly specify dim=1 instead of -1.
2020-12-12 18:21:20 +08:00
Feiyu Chan b2bd479f46
Merge pull request #50 from lfchener/reborn
add from_pretrained function for tacotron2 and support synthesize
2020-12-12 18:16:19 +08:00
lfchener 026ae1078b add from_pretrained function for tacotron2 and support synthesize 2020-12-12 08:09:15 +00:00
Li Fuchen b4533af207
Merge pull request #49 from lfchener/reborn
add plot alignment function
2020-12-11 20:05:52 +08:00
lfchener 99fdd10b5d add plot alignment function 2020-12-11 12:04:32 +00:00