Commit Graph

43 Commits

Author SHA1 Message Date
TianYuan 360567ca20 fix init import bug 2021-08-26 03:14:24 +00:00
TianYuan 4e19792ea2 fix import bug in transformer tts 2021-08-25 12:55:24 +00:00
TianYuan c497fd843d format 2021-08-17 09:54:07 +00:00
chenfeiyu 3aa6aed0fb fix a config key error 2021-05-18 18:57:13 +08: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 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 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 3879b5ecb9
Merge pull request #22 from lfchener/fix
modified help massage of max_len in TransformerTTS synthesis
2020-08-25 17:38:47 +08:00
ShenYuhan 2933eb7e57 replace add_scalar to add_scalars 2020-08-14 17:48:24 +08:00
ShenYuhan bf6d9ef06f add visualdl for parakeet 2020-08-07 16:28:21 +08:00
lfchener 1eb9a273e9 modified help massage of max_len in TransformerTTS synthesis. 2020-07-13 15:36:21 +08:00
lifuchen a333e64f79 modified README of transformer_tts and fastspeech 2020-06-24 03:27:45 +00:00
lifuchen 5b804b70e6 modified some config name and default path. 2020-06-24 02:52:22 +00:00
lifuchen aaae100854 modified data preprocessing and synthesis of transformer_tts and fastspeech 2020-06-23 12:52:58 +00:00
lifuchen 14235cd114 modified synthesis of transformer_tts & fastspeech 2020-06-19 03:46:10 +00:00
lifuchen 681d34b953 fix some bugs of transformer_tts and fastspeech. 2020-06-12 08:54:32 +00:00
lifuchen 69b2a2b5cc modified README of transformer_tts and fastspeech, remove dygraph.guard() 2020-05-09 03:11:55 +00:00
lifuchen 46e254d1f8 modified transformer_tts to make sure it works on paddle 1.8 2020-05-07 02:23:50 +00:00
lifuchen c1b837dc17 completed fastspeech and modified save/load 2020-04-09 12:06:04 +00:00
lifuchen 75d464221c modified the process of generating masks to speed up batching 2020-03-20 09:37:49 +00:00
lifuchen d13d7becf4 change the image size in transformer_tts readme 2020-03-10 08:57:53 +00:00
lifuchen f7ec215b9a add docstring for transformer_tts and fastspeech 2020-03-09 07:16:02 +00:00
lifuchen a302bf21f4 fix conflicts of dataset.py 2020-03-06 11:49:53 +00:00
lifuchen 59b392a73c modified some vars name 2020-03-06 02:49:14 +00:00
lifuchen 54bd759625 modified some vars name 2020-03-06 02:47:16 +00:00
zhaokexin01 8e81ea0bb8 Update README.md 2020-03-06 08:28:58 +08:00
lifuchen d08779d61e Modified data.py to generate masks as models inputs 2020-03-05 07:22:50 +00:00
lifuchen 078d22e51c Modified data.py to generate masks as models inputs 2020-03-05 07:08:12 +00:00
lifuchen 9d79699432 add license 2020-02-26 21:03:51 +08:00
lifuchen 47d78b8739 remove utils.py to models/transdformer_tts 2020-02-20 02:17:25 +00:00
lifuchen 9b86f2008d fix a bug of transformertts when use data parallel. 2020-02-19 12:55:15 +00:00
lifuchen 034b4fdbab modified README of transformertts & fastspeech 2020-02-19 03:10:47 +00:00
lifuchen 61e84251c6 Modified installation related content in README. 2020-02-18 09:42:24 +00:00
lifuchen cb3cfd621b modified the name of vocoder 2020-02-18 03:49:36 +00:00
lifuchen 0cca7a6842 add README of FastSpeech 2020-02-17 08:44:53 +00:00
lifuchen 547ffce09b add README of TransformerTTS 2020-02-17 07:53:54 +00:00
lifuchen 5ad005fd9a move data.py and rename some files 2020-02-16 17:54:11 +00:00
lifuchen c8482a0788 add shell files. 2020-02-16 17:54:11 +00:00
lifuchen 04d7f8b598 transform parse to argparse 2020-02-13 06:48:21 +00:00