Commit Graph

37 Commits

Author SHA1 Message Date
chenfeiyu f423323bae fix bugs with multiprocess training. 2021-02-18 19:09:54 +08:00
iclementine e03e96d9e4 format all the code with yapf 2020-12-20 13:15:07 +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
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
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
lfchener 99fdd10b5d add plot alignment function 2020-12-11 12:04:32 +00:00
chenfeiyu 29cc759241 add access control by __all__ in modules 2020-12-09 15:58:39 +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 3ca037453e remove conf and use yacs instead 2020-12-03 18:42:36 +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
chenfeiyu 0cdad602e2 fix a bug for changing reduction factor in transformner_tts 2020-11-03 11:18:46 +08:00
chenfeiyu 68f5e1de15 add utility to pack attention weights 2020-10-30 21:36:11 +08:00
chenfeiyu 57d820f055 add support for channel last in batch_spec, and Conv1dBatchNorm 2020-10-30 15:13:57 +08:00
iclementine a8192c79cc WIP: refactor 2020-10-10 15:51:54 +08:00
lifuchen 69b2a2b5cc modified README of transformer_tts and fastspeech, remove dygraph.guard() 2020-05-09 03:11:55 +00:00
lifuchen c1b837dc17 completed fastspeech and modified save/load 2020-04-09 12:06:04 +00:00
chenfeiyu 838d6d1021 update save/load and README for deepvoice3, wavenet and clarinet 2020-03-26 10:43:27 +00:00
chenfeiyu cf17b64983 Merge branch 'master' of upstream 2020-03-26 10:30:19 +00:00
liuyibing01 618eb31ab4 Adapt the change in save & load 2020-03-26 09:27:22 +00:00
chenfeiyu c845fbd51d change interface for io.py 2020-03-26 10:10:05 +08:00
liuyibing01 64790853e5 Unify save & load interfaces 2020-03-22 08:05:05 +00:00
chenfeiyu af98dad33e fix for compatability of python2 and lower versions of numpy 2020-03-10 08:17:56 +00:00
chenfeiyu 86fff7a077 add doc for parakeet.data, python2 compatability for DataIterator and lazy CacheDataset 2020-03-06 02:55:42 +00:00
lifuchen 9d79699432 add license 2020-02-26 21:03:51 +08:00
chenfeiyu 6cbcadebda add layer_tools 2020-02-16 17:54:11 +00:00