Commit Graph

31 Commits

Author SHA1 Message Date
TianYuan c497fd843d format 2021-08-17 09:54:07 +00:00
Feiyu Chan 4f288a6d4f
add ge2e and tacotron2_aishell3 example (#107)
* hacky thing, add tone support for acoustic model

* fix experiments for waveflow and wavenet, only write visual log in rank-0

* use emb add in tacotron2

* 1. remove space from numericalized representation;
2. fix decoder paddign mask's unsqueeze dim.

* remove bn in postnet

* refactoring code

* add an option to normalize volume when loading audio.

* add an embedding layer.

* 1. change the default min value of LogMagnitude to 1e-5;
2. remove stop logit prediction from tacotron2 model.

* WIP: baker

* add ge2e

* fix lstm speaker encoder

* fix lstm speaker encoder

* fix speaker encoder and add support for 2 more datasets

* simplify visualization code

* add a simple strategy to support multispeaker for tacotron.

* add vctk example for refactored tacotron

* fix indentation

* fix class name

* fix visualizer

* fix root path

* fix root path

* fix root path

* fix typos

* fix bugs

* fix text log extention name

* add example for baker and aishell3

* update experiment and display

* format code for tacotron_vctk, add plot_waveform to display

* add new trainer

* minor fix

* add global condition support for tacotron2

* add gst layer

* add 2 frontend

* fix fmax for example/waveflow

* update collate function, data loader not does not convert nested list into numpy array.

* WIP: add hifigan

* WIP:update hifigan

* change stft to use conv1d

* add audio datasets

* change batch_text_id, batch_spec, batch_wav to include valid lengths in the returned value

* change wavenet to use on-the-fly prepeocessing

* fix typos

* resolve conflict

* remove imports that are removed

* remove files not included in this release

* remove imports to deleted modules

* move tacotron2_msp

* clean code

* fix argument order

* fix argument name

* clean code for data processing

* WIP: add README

* add more details to thr README, fix some preprocess scripts

* add voice cloning notebook

* add an optional to alter the loss and model structure of tacotron2, add an alternative config

* add plot_multiple_attentions and update visualization code in transformer_tts

* format code

* remove tacotron2_msp

* update tacotron2 from_pretrained, update setup.py

* update tacotron2

* update tacotron_aishell3's README

* add images for exampels/tacotron2_aishell3's README

* update README for examples/ge2e

* add STFT back

* add extra_config keys into the default config of tacotron

* fix typos and docs

* update README and doc

* update docstrings for tacotron

* update doc

* update README

* add links to downlaod pretrained models

* refine READMEs and clean code

* add praatio into requirements for running the experiments

* format code with pre-commit

* simplify text processing code and update notebook
2021-05-13 17:49:50 +08:00
chenfeiyu 7b0de356f9 fix experiments for waveflow and wavenet, only write visual log in rank-0 2021-02-21 17:34:11 +08:00
chenfeiyu e53b9a0745 fix: the condition to init DataParallel 2021-01-11 17:17:31 +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 d1d6c20672 add README for transformer_tts, waveflow and wavenet 2020-12-30 14:36:23 +08:00
iclementine e03e96d9e4 format all the code with yapf 2020-12-20 13:15:07 +08:00
iclementine b6efb43990 update docstring for waveflow 2020-12-19 18:33:07 +08:00
iclementine 28fbc60737 add examples: transformer_tts, waveflow, wavenet 2020-12-18 19:51:55 +08:00
iclementine c7e5aaa540 remove old examples 2020-11-19 15:47:57 +08:00
Li Fuchen ce8fad5412
Merge pull request #31 from ShenYuhan/add_vdl
add visualdl for parakeet
2020-08-20 11:39:17 +08:00
ShenYuhan bf6d9ef06f add visualdl for parakeet 2020-08-07 16:28:21 +08:00
Yibing Liu 47915461fc Adapt waveflow to internal dataset 2020-07-28 17:34:38 +00:00
Yibing Liu 8505805dad Fix init in synthesis & remove dry run 2020-04-13 11:31:39 +00:00
liuyibing01 618eb31ab4 Adapt the change in save & load 2020-03-26 09:27:22 +00:00
liuyibing01 fccbf6d797 Update README 2020-03-26 06:45:22 +00:00
liuyibing01 64790853e5 Unify save & load interfaces 2020-03-22 08:05:05 +00:00
liuyibing01 ae01b8e14c Tiny fix in README 2020-03-13 06:22:14 +00:00
Kexin Zhao 38d87e2e91 small fix 2020-03-09 23:35:15 -07:00
Kexin Zhao c7176a8712 note on conv queue 2020-03-09 23:32:22 -07:00
liuyibing01 3bfd11234e Update WaveFlow README 2020-03-10 05:08:38 +00:00
liuyibing01 db6a96543f Update README 2020-03-10 04:55:12 +00:00
Kexin Zhao 4f7ded3c89 add docstring 2020-03-07 23:25:04 -08:00
liuyibing01 8083da21ac Fix sample file name 2020-03-07 14:21:35 +00:00
zhaokexin01 99deed4f30 Update README.md 2020-03-06 08:39:26 +08:00
lifuchen 9d79699432 add license 2020-02-26 21:03:51 +08:00
liuyibing01 737d142ae4 Enable the fp16 inference for waveflow 2020-02-25 15:53:54 +00:00
liuyibing01 6ad45772ab Update benchmark script for waveflow 2020-02-24 02:51:06 +00:00
liuyibing01 8b051486f1 Update synthesis script for waveflow 2020-02-24 02:35:19 +00:00
liuyibing01 f9d9785211 Update waveflow to 1.7 api and verified training 2020-02-23 19:00:17 +00:00