Commit Graph

25 Commits

Author SHA1 Message Date
TianYuan 8a211abb70 add some quantifiers for num.py 2021-08-20 09:55:30 +00:00
TianYuan d88a448d3c add traditional and simplified Chinese conversion and add typehint for frontend 2021-08-19 09:29:29 +00:00
TianYuan c497fd843d format 2021-08-17 09:54:07 +00:00
TianYuan 9ca5ce0128 fix merge_sentences bug 2021-08-16 11:58:36 +00:00
TianYuan e8991c973c restructure frontend example 2021-08-16 08:31:37 +00:00
TianYuan 309228ddbf add text frontend example 2021-08-13 07:17:32 +00:00
TianYuan a22b4dd171 format code and add typehint for tone_sandhi 2021-08-04 10:27:41 +00:00
TianYuan 2eb899b0b7 Merge branch 'develop' of https://github.com/PaddlePaddle/Parakeet into fastspeech2_test 2021-08-03 10:50:51 +00:00
TianYuan a141d39b38 fix scripts 2021-08-03 10:10:39 +00:00
TianYuan 6aeb56301f modularize Chinese frontend 2021-08-02 08:10:08 +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
iclementine bb64e4659a discard opencc untill we find an easy solution to install it on windows 2020-12-20 13:46:45 +08:00
iclementine e03e96d9e4 format all the code with yapf 2020-12-20 13:15:07 +08:00
iclementine f2a35a17d4 import normalizer into frontend 2020-12-19 16:20:41 +08:00
lfchener 63285dc80f add docstring for normalizer 2020-12-18 19:36:12 +08:00
lfchener c2bc4b0474 add docstring for phonectic and vocab 2020-12-18 19:31:44 +08:00
lfchener 5b93de8a2e fix EnglishCharacter frontend, add space in sentence ids 2020-12-14 08:57:08 +00:00
lfchener a8b10f50fb fix EnglishCharacter numericalize in phonectic.py 2020-12-11 08:31:34 +00: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 f375792c51 add tacotron2.py and a new frontend for en 2020-12-09 12:42:41 +00:00
chenfeiyu 29cc759241 add access control by __all__ in modules 2020-12-09 15:58:39 +08:00
chenfeiyu 9cb5c03069 transformer_tts, miscellaneous fixes 2020-12-01 18:13:30 +08:00
chenfeiyu c43216ae9b 1. API renaming Conv1d -> Conv1D, BatchNorm1d -> BatchNorm1D;
2. add losses in parakeet/modules;
3. fix a bug in phonetics;
4. TransformerTTS update: encoder dim can be different from decoder dim;
5. MultiHeadAttention in TransformerTTS: add k_input_dim & v_input_dim in __init__ to allow differemt feature sizes for k and v.
2020-10-22 05:04:45 +00:00
iclementine 580655f33f add phonetics & vocab & punctuation 2020-10-20 16:06:11 +08:00