Commit Graph

  • 109195a5c0
    Revert "add use_mfa example" Feiyu Chan 2021-07-01 19:12:13 +0800
  • 0b5eb96d7e
    Merge pull request #124 from iclementine/use_mfa Feiyu Chan 2021-07-01 19:03:46 +0800
  • 47a9ab3a0b refine code, fix typos. chenfeiyu 2021-07-01 18:51:35 +0800
  • 96b8e44015 Merge branch 'develop' of https://github.com/PaddlePaddle/Parakeet into use_mfa chenfeiyu 2021-07-01 17:12:32 +0800
  • 68e9a84ada
    Merge pull request #115 from iclementine/pwg Hui Zhang 2021-07-01 04:04:52 -0500
  • e41423caf0 avoid duplicated computation in validation, compute adversarial before stft loss. chenfeiyu 2021-07-01 16:48:34 +0800
  • 3ebed00c96 minor fixes to refine code. chenfeiyu 2021-07-01 16:14:55 +0800
  • e6554abe05 make experiment dir chenfeiyu 2021-07-01 15:55:28 +0800
  • afe9d4a4f1 delete config for paralle training chenfeiyu 2021-06-30 14:20:06 +0800
  • dd6772bc3e add --device to cli argument, use gpu by default chenfeiyu 2021-06-30 13:57:05 +0800
  • a93fad051c auto choose device for inference chenfeiyu 2021-06-30 13:50:41 +0800
  • af26c1e389 fix priority in example/parallelwavegan chenfeiyu 2021-06-30 13:33:56 +0800
  • ef51e1ab13 refined training module chenfeiyu 2021-06-30 12:30:14 +0800
  • de61534153
    Merge pull request #123 from lym0302/develop Feiyu Chan 2021-06-28 12:12:02 +0800
  • 29b8b8b0ea 1. better error handling; 2. use absolute path in snapshot records; 3. visualdl takes a logger as init argument rather than creating one. chenfeiyu 2021-06-27 18:53:45 +0800
  • 61c13dd69b add better traininig utility code iclementine 2021-06-27 08:32:37 +0800
  • f9105db727 make a better snapshot extension iclementine 2021-06-26 22:16:56 +0800
  • 3e8a156348 add synthesis script for pwg chenfeiyu 2021-06-26 19:31:46 +0800
  • 577c3b4f10 add use_mfa example chenfeiyu 2021-06-25 07:29:21 +0000
  • 7e049a7744 add expanuser for preprocess, updater backward testing for pwg chenfeiyu 2021-06-25 01:01:30 +0800
  • 542bbf6a81 add profiling tool and a config for parallel training chenfeiyu 2021-06-24 14:53:38 +0000
  • ea5cb8e71f Dynamic to static liangyunming 2021-06-23 15:18:37 +0800
  • b5f99a925f add numerical testing for PWGGenerator chenfeiyu 2021-06-21 11:17:01 +0000
  • 83c9f0aeae add snapshot and visualizer chenfeiyu 2021-06-21 09:56:26 +0000
  • a738954001 1. change default data layout to channel last in preprocessing; 2. add Summary and DictSummary for aggrelation of evaluation losses; 3. add unittest for report ans scope. chenfeiyu 2021-06-18 09:44:32 +0000
  • 3977632b07 add docstrings to pwg chenfeiyu 2021-06-18 03:21:02 +0000
  • 7ac0d3ce12 add docstring to pwg chenfeiyu 2021-06-18 03:09:46 +0000
  • fbc7e51fc9 1. add compute_statistics and normalize; 2. use jsonlines to read and write metadata by default; 3. use threadpool to replace processpool in preprocessing cause it is faster. chenfeiyu 2021-06-18 02:49:49 +0000
  • 30045cf602 move synchronize up before timer starts chenfeiyu 2021-06-17 03:12:35 +0000
  • 58a988c789 add code to compute statistics chenfeiyu 2021-06-16 16:18:13 +0000
  • 27d3585606 add some profiling to unittesting chenfeiyu 2021-06-16 14:42:11 +0000
  • 683cc1d30f add unit testings back chenfeiyu 2021-06-16 13:44:23 +0000
  • 042e02d242 use paddle's profiler chenfeiyu 2021-06-16 13:43:13 +0000
  • 8dbcc9bccb add profiling chenfeiyu 2021-06-16 09:40:47 +0000
  • d96e2828b8
    Merge pull request #119 from iclementine/fastspeech Hui Zhang 2021-06-16 14:55:50 +0800
  • bbbe5a8b50 add profiling chenfeiyu 2021-06-16 14:47:30 +0800
  • c272a843e9
    Merge pull request #118 from PaddlePaddle/revert-116-fastspeech release/v0.3 Hui Zhang 2021-06-16 14:22:00 +0800
  • ffcafb9b18
    Revert "Add models/fastspeech2" Hui Zhang 2021-06-16 14:21:24 +0800
  • 8224983d10
    Merge pull request #116 from iclementine/fastspeech Hui Zhang 2021-06-16 14:20:30 +0800
  • 643dfa0fa0 WIP: add models/fastspeech2 chenfeiyu 2021-06-16 10:57:53 +0800
  • 95f64c4f02 WIP: add some trainig info chenfeiyu 2021-06-14 17:21:45 +0800
  • b0983e4d76 WIP: pwg training works chenfeiyu 2021-06-14 17:05:37 +0800
  • 54c7905f40 WIP: training setup done chenfeiyu 2021-06-13 17:00:44 +0800
  • 0067851950 fix imports chenfeiyu 2021-06-11 05:26:22 +0800
  • 66062d29e5 WIP: add sample code for parallel wavegan chenfeiyu 2021-06-11 02:43:10 +0800
  • 258083aea9 fix file names chenfeiyu 2021-06-11 01:01:43 +0800
  • f0a5ac8c5a move docstring to class chenfeiyu 2021-06-11 00:59:07 +0800
  • 13ab0bd608 remove task-specific Datasets and add a general purpose DataTable chenfeiyu 2021-06-10 22:57:21 +0800
  • 3bf2e71734 checkpoint utility: add support for str in addition to Path object chenfeiyu 2021-06-10 20:34:59 +0800
  • 60c16dcfb7 add AudioMelDataset for training vocoders. chenfeiyu 2021-06-10 20:16:14 +0800
  • 988d6d3268 add h5py utility to interact with numpy chenfeiyu 2021-06-10 17:58:25 +0800
  • 8e31783b51 Merge branch 'develop' of https://github.com/PaddlePaddle/Parakeet into pwg chenfeiyu 2021-06-10 16:26:34 +0800
  • 6a8b3f92df add AudioDataset and MelDataset chenfeiyu 2021-06-10 16:26:09 +0800
  • a0763986e2
    add kbest (#114) Feiyu Chan 2021-06-10 10:36:14 +0800
  • 3c964fde54 add parallel wavegan model chenfeiyu 2021-06-10 04:08:05 +0800
  • 759999c738 STFT and MelScale: register filters as buffer. chenfeiyu 2021-06-10 04:06:06 +0800
  • c306f5c2b3 add k-latest chenfeiyu 2021-06-10 03:39:54 +0800
  • dc9040dd4d fix typos chenfeiyu 2021-06-10 02:45:45 +0800
  • 0114a808a2 fix del fn chenfeiyu 2021-06-10 00:40:54 +0800
  • 13323bdf6a remove unnecessary imports chenfeiyu 2021-06-10 00:32:25 +0800
  • 37a66f1506 fix typos chenfeiyu 2021-06-10 00:29:25 +0800
  • b571b506c3 add kbest chenfeiyu 2021-06-10 00:25:00 +0800
  • 106e8cf770
    Merge pull request #112 from iclementine/release/v0.3 Feiyu Chan 2021-05-20 11:09:19 +0800
  • 276df568e2 bump version to 0.3.1 chenfeiyu 2021-05-20 10:27:01 +0800
  • 87a0cec0c7
    Merge pull request #111 from iclementine/develop V0.3.1 Feiyu Chan 2021-05-18 18:59:53 +0800
  • 3aa6aed0fb fix a config key error chenfeiyu 2021-05-18 17:53:09 +0800
  • 88e97a5963 Merge branch 'release/v0.3' of https://github.com/PaddlePaddle/Parakeet into release/v0.3 chenfeiyu 2021-05-18 18:56:07 +0800
  • d726863138
    fix a config key error (#110) Feiyu Chan 2021-05-18 18:13:36 +0800
  • 8caefd0094 fix a config key error chenfeiyu 2021-05-18 17:53:09 +0800
  • fa6ddf5b0c bump version string to 0.3.0 v0.3.0 chenfeiyu 2021-05-17 11:33:39 +0800
  • c02adfdad8 Merge branch 'develop' of https://github.com/PaddlePaddle/Parakeet into develop chenfeiyu 2021-05-17 11:29:31 +0800
  • 4f288a6d4f
    add ge2e and tacotron2_aishell3 example (#107) Feiyu Chan 2021-05-13 17:49:50 +0800
  • e1a7c296fe simplify text processing code and update notebook chenfeiyu 2021-05-13 17:06:34 +0800
  • 6a1fb158d9 format code with pre-commit chenfeiyu 2021-05-13 16:22:56 +0800
  • 73ca693395 add praatio into requirements for running the experiments chenfeiyu 2021-05-11 22:46:09 +0800
  • 2f644e1b8b refine READMEs and clean code chenfeiyu 2021-05-11 22:44:02 +0800
  • 8bcbcf8a86 add links to downlaod pretrained models chenfeiyu 2021-05-07 16:49:11 +0800
  • 71a87559da update README chenfeiyu 2021-05-07 16:28:23 +0800
  • 664fc20c0a update doc chenfeiyu 2021-05-07 16:12:55 +0800
  • b9aa61b5eb update docstrings for tacotron chenfeiyu 2021-05-07 16:08:31 +0800
  • f197e4d04f update README and doc chenfeiyu 2021-05-07 15:35:47 +0800
  • ef1ea56ed6 fix typos and docs chenfeiyu 2021-05-07 14:51:49 +0800
  • 38831bf8b6 add extra_config keys into the default config of tacotron chenfeiyu 2021-04-30 14:27:08 +0800
  • b88a0f90aa add STFT back chenfeiyu 2021-04-29 17:54:07 +0800
  • 42092f1f5b update README for examples/ge2e iclementine 2021-04-29 17:15:18 +0800
  • b1304cb449 add images for exampels/tacotron2_aishell3's README iclementine 2021-04-29 17:09:40 +0800
  • cab12c2dfd update tacotron_aishell3's README iclementine 2021-04-29 17:00:26 +0800
  • ba7639b994 update tacotron2 iclementine 2021-04-29 16:43:03 +0800
  • 123bbe994f update tacotron2 from_pretrained, update setup.py iclementine 2021-04-29 16:04:32 +0800
  • 701376f401 remove tacotron2_msp iclementine 2021-04-28 20:05:12 +0800
  • 77eb13d95d format code iclementine 2021-04-28 20:02:29 +0800
  • cbe531158e add plot_multiple_attentions and update visualization code in transformer_tts chenfeiyu 2021-04-27 12:58:09 +0800
  • 263d3eb88b add an optional to alter the loss and model structure of tacotron2, add an alternative config chenfeiyu 2021-04-26 21:18:29 +0800
  • 4fc86abf5a Merge branch 'baker' of https://github.com/iclementine/Parakeet into baker chenfeiyu 2021-04-25 11:11:36 +0800
  • 85649725fb add voice cloning notebook chenfeiyu 2021-04-25 11:11:24 +0800
  • cf01a0da22 add more details to thr README, fix some preprocess scripts iclementine 2021-04-25 10:58:23 +0800
  • 4426417da1 WIP: add README iclementine 2021-04-22 17:36:50 +0800
  • e8a9a118bb clean code for data processing iclementine 2021-04-22 17:20:34 +0800
  • 56f2552201 fix argument name iclementine 2021-04-22 14:50:52 +0800
  • c2560e8aa2 fix argument order chenfeiyu 2021-04-22 13:46:51 +0800