Feiyu Chan
|
353212ebde
|
Merge pull request #83 from iclementine/develop
fix a bug when using a method other than forward with DataParallel
|
2021-01-11 17:28:45 +08:00 |
chenfeiyu
|
7c5e98dfb3
|
fix a bug when using a method other than forward with DataParallel
|
2021-01-11 17:24:46 +08:00 |
Feiyu Chan
|
ede6835bd2
|
Merge pull request #82 from iclementine/develop
fix: the condition to init DataParallel
|
2021-01-11 17:19:30 +08:00 |
chenfeiyu
|
e53b9a0745
|
fix: the condition to init DataParallel
|
2021-01-11 17:17:31 +08:00 |
Feiyu Chan
|
c615de2354
|
Merge pull request #80 from iclementine/develop
wavenet: fix attribute name for internal layer in DataParallel
|
2021-01-11 16:58:34 +08:00 |
chenfeiyu
|
ddfe2eda76
|
fix attribute name for internal layer in DataParallel
|
2021-01-11 16:56:55 +08:00 |
Feiyu Chan
|
39007e5bf8
|
Merge pull request #77 from lfchener/develop
fix an encoding problem in windows
|
2021-01-08 11:04:46 +08:00 |
lfchener
|
b0ba6e7bf9
|
fix an encoding problem in windows
|
2021-01-08 02:47:43 +00:00 |
Feiyu Chan
|
61ac117df5
|
Merge pull request #75 from PaddlePaddle/revert-74-reborn
Revert "bug fix: apply dropout to logits before softmax"
|
2021-01-07 15:23:50 +08:00 |
Li Fuchen
|
e88cbace1c
|
Revert "bug fix: apply dropout to logits before softmax"
|
2021-01-07 15:19:49 +08:00 |
Feiyu Chan
|
91c54575fe
|
Merge pull request #74 from iclementine/reborn
bug fix: apply dropout to logits before softmax
|
2020-12-31 16:55:21 +08:00 |
chenfeiyu
|
7b9e9c7a67
|
bug fix: apply dropout to logits before softmax
|
2020-12-31 16:52:21 +08:00 |
Feiyu Chan
|
737b09d03c
|
Merge pull request #72 from iclementine/example_readme
add README for transformer_tts, waveflow and wavenet
|
2020-12-30 15:56:46 +08:00 |
chenfeiyu
|
f5027a5e6f
|
fix typos again
|
2020-12-30 15:44:16 +08:00 |
chenfeiyu
|
d2dba13ab7
|
fix typos
|
2020-12-30 15:34:24 +08:00 |
chenfeiyu
|
3df4ecd455
|
add README for transformer_tts, waveflow and wavenet
|
2020-12-30 14:37:01 +08:00 |
chenfeiyu
|
d1d6c20672
|
add README for transformer_tts, waveflow and wavenet
|
2020-12-30 14:36:23 +08:00 |
Feiyu Chan
|
f9b39b97dd
|
Merge pull request #71 from lfchener/readme
add README for tacotron2
|
2020-12-29 11:42:18 +08:00 |
lfchener
|
46879b291b
|
add README for tacotron2
|
2020-12-29 03:33:08 +00:00 |
Li Fuchen
|
c1de6a1e49
|
Merge pull request #69 from lfchener/develop
fix the behavior of dropout in eval of tacotron2
|
2020-12-28 16:30:14 +08:00 |
lfchener
|
80bf04b710
|
fix the behavior of dropout in eval of tacotron2
|
2020-12-28 08:28:55 +00:00 |
Feiyu Chan
|
9d06ec2d91
|
Merge pull request #67 from iclementine/reborn
fix positional encoding naming conflict
|
2020-12-21 17:42:37 +08:00 |
chenfeiyu
|
2421a936ed
|
fix positional encoding naming conflict
|
2020-12-21 17:41:18 +08:00 |
iclementine
|
2b31cd4f21
|
use markdown format in long description
|
2020-12-20 14:35:00 +08:00 |
iclementine
|
2b3996c64d
|
update long description
|
2020-12-20 14:25:56 +08:00 |
iclementine
|
eb5b43691f
|
fix classifiers for pypi
|
2020-12-20 14:21:36 +08:00 |
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 |