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 |
chenfeiyu
|
6edc7d8474
|
switch back to standard implementation of positional encoding
|
2020-12-03 14:54:32 +08:00 |
chenfeiyu
|
404add2caa
|
temporary fix for memory leak
|
2020-12-03 14:51:25 +08:00 |
chenfeiyu
|
9cb5c03069
|
transformer_tts, miscellaneous fixes
|
2020-12-01 18:13:30 +08:00 |
chenfeiyu
|
598d813908
|
fix a bug in config
|
2020-11-23 13:24:03 +08:00 |
iclementine
|
2ed26d3416
|
do not expand the last layer of lists
|
2020-11-20 16:17:24 +08:00 |
iclementine
|
ce29ac68b3
|
use yaml instead of ruamel.yaml
|
2020-11-20 16:13:05 +08:00 |
iclementine
|
d190ce8d7f
|
use dict comprehension to exclude unspecified options
|
2020-11-20 15:21:06 +08:00 |
iclementine
|
6101c6ac86
|
fix typos
|
2020-11-20 15:18:53 +08:00 |
iclementine
|
5e11ce0dcd
|
remove options not specified via CLI before merging args
|
2020-11-20 15:17:35 +08:00 |
iclementine
|
73a2cadc36
|
remove default values when adding config options to a parser
|
2020-11-20 15:13:24 +08:00 |
iclementine
|
8af831ae3c
|
add --config by default when adding config options to a parser
|
2020-11-20 15:06:07 +08:00 |
iclementine
|
5b5eaaadac
|
add a tool for configuration
|
2020-11-20 14:33:56 +08:00 |
iclementine
|
fb49c1e77d
|
fix typos
|
2020-11-19 22:20:31 +08:00 |
iclementine
|
2dce0887b3
|
add schedulers
|
2020-11-19 22:17:50 +08:00 |
iclementine
|
49231ca8e5
|
move datasets
|
2020-11-19 22:04:25 +08:00 |
iclementine
|
db7598c702
|
add datasets
|
2020-11-19 20:43:03 +08:00 |
iclementine
|
abee3ecdd4
|
move datasets into parakeet.datasets
|
2020-11-19 20:31:21 +08:00 |
iclementine
|
b65cc4d8dc
|
add Unit normalizer
|
2020-11-19 20:17:42 +08:00 |
iclementine
|
a01200e437
|
add an cli for cloning examples
|
2020-11-19 18:08:11 +08:00 |
iclementine
|
c7e5aaa540
|
remove old examples
|
2020-11-19 15:47:57 +08:00 |