lfchener
|
ecdeb14a40
|
add docstring for tacotron2
|
2020-12-18 15:31:40 +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 |
Feiyu Chan
|
4de58f4a99
|
Merge pull request #48 from iclementine/reborn
add set_device at experiment setup
|
2020-12-11 19:50:27 +08:00 |
chenfeiyu
|
a079e767df
|
add set_device at experiment setup
|
2020-12-11 19:45:49 +08:00 |
Feiyu Chan
|
1d2e93c75f
|
Merge pull request #45 from lfchener/reborn
add TTS model tacotron2
|
2020-12-11 16:33:22 +08:00 |
lfchener
|
a8b10f50fb
|
fix EnglishCharacter numericalize in phonectic.py
|
2020-12-11 08:31:34 +00:00 |
Feiyu Chan
|
a5f1605051
|
Merge pull request #47 from iclementine/reborn
fix ExperimentBase
|
2020-12-11 12:04:26 +08:00 |
chenfeiyu
|
cecc8735c4
|
1. fix ExperimentBase, create ouput folder with parent,
2. fix stop condition
|
2020-12-11 11:58:57 +08:00 |
lfchener
|
09f1840082
|
fix some bugs of tacotron2
|
2020-12-11 03:56:40 +00:00 |
lfchener
|
fb64c79f7a
|
add normalize function in normalizer.py
|
2020-12-10 07:05:40 +00:00 |
lfchener
|
e30d7ad48f
|
merge upstream develop
|
2020-12-10 03:37:56 +00:00 |
Feiyu Chan
|
07ce84c680
|
Merge pull request #46 from iclementine/reborn
Adding access control
|
2020-12-10 11:34:13 +08:00 |
chenfeiyu
|
a1b827460c
|
fix typos, move quantize/dequantize to moduels/audio
|
2020-12-09 21:05:39 +08:00 |
lfchener
|
f375792c51
|
add tacotron2.py and a new frontend for en
|
2020-12-09 12:42:41 +00:00 |
lfchener
|
e29502f634
|
Merge branch 'reborn' of https://github.com/iclementine/Parakeet into reborn
|
2020-12-09 09:08:46 +00:00 |
lfchener
|
b12eda8423
|
add network of tacotron2 model
|
2020-12-09 09:08:17 +00:00 |
chenfeiyu
|
29cc759241
|
add access control by __all__ in modules
|
2020-12-09 15:58:39 +08:00 |
chenfeiyu
|
4893c9c086
|
add an ExperimentBase class and default config for training
|
2020-12-08 15:46:41 +08:00 |
lfchener
|
f255eee029
|
Merge branch 'reborn' of https://github.com/iclementine/Parakeet into reborn
|
2020-12-08 03:10:00 +00:00 |
chenfeiyu
|
37d4475810
|
add default argument parser
|
2020-12-08 10:56:47 +08:00 |
chenfeiyu
|
62959759f9
|
add linear in decoder prenet
|
2020-12-05 22:09:44 +08:00 |
chenfeiyu
|
0287f46532
|
switch back to keras style sample weight
|
2020-12-05 21:08:10 +08:00 |
chenfeiyu
|
d3761683e1
|
add an adaptive loss to balance stop prediction classes
|
2020-12-05 14:12:30 +08:00 |
chenfeiyu
|
a4a0bd8c98
|
add last bn for the decoder postnet, switch back to weighted mean
|
2020-12-05 14:00:08 +08:00 |
chenfeiyu
|
c57e8e7350
|
fix transformer_tts' stop condition
|
2020-12-04 02:11:02 +08:00 |
Feiyu Chan
|
a6806389f9
|
Merge pull request #44 from iclementine/reborn
hide models that are not updated yet
|
2020-12-03 19:06:06 +08:00 |
chenfeiyu
|
e87bfb7d05
|
hide fastspeech, deepvoice3, clarinet temporarily till they are updated
|
2020-12-03 18:54:17 +08:00 |
chenfeiyu
|
3ca037453e
|
remove conf and use yacs instead
|
2020-12-03 18:42:36 +08:00 |
Feiyu Chan
|
a29c74d036
|
Merge pull request #43 from iclementine/reborn
update models
|
2020-12-03 17:03:55 +08:00 |
chenfeiyu
|
4df5ad42f6
|
remove the last layer from decoder prenet
|
2020-12-03 15:55:07 +08:00 |
chenfeiyu
|
810f979dba
|
siwtch to keras style sample_weight in losses
|
2020-12-03 15:37:43 +08:00 |