Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorry , I cannot reprocess the dataset,using thchs I cannot solve this problem. #315

Open
wants to merge 41 commits into
base: master
Choose a base branch
from

Commits on Jan 29, 2018

  1. For mandarin

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    5d881fa View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Update symbolic characters

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    5aa70e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. THCHS30

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    3c2556d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. Update

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    59c1800 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

  1. Adjust min silence time span for end point

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    276dacc View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Expand data set

    Signed-off-by: Leo Ma <begeekmyfriend@gmail.com>
    begeekmyfriend committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    05de2ec View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Adjust fft sampling points and frame length according to audio SR

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Mar 28, 2018
    1 Configuration menu
    Copy the full SHA
    7c00023 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Change mel fbank back 80 for evaluation

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    cbc2b87 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Update

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    cdcfac1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Configuration menu
    Copy the full SHA
    dead31e View commit details
    Browse the repository at this point in the history
  2. Replace attention wrapper with location sensitive attention

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    b02eee7 View commit details
    Browse the repository at this point in the history
  3. Update

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    f8de0d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2018

  1. Use 0-1 normalization

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    a614f95 View commit details
    Browse the repository at this point in the history
  2. Adjust initial learning rate

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    8a8696a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Fix sythesis bug

    Use inv_spectrogram instead of inv_spectrogram_tensorflow
    
    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    4d1c14a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Add stop token target for learning when to stop decoding

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    5fc4708 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Revert to inv_spectrogram_tensorflow for speed advantage

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    41b385b View commit details
    Browse the repository at this point in the history
  2. Replace AttentionWrapper with location sensitive attention

    Less dataset and less steps to learn to align.
    
    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    da7abd0 View commit details
    Browse the repository at this point in the history
  3. librosa 0.6+ only supports floating mode

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    78bec62 View commit details
    Browse the repository at this point in the history
  4. Automatically restore from the last checkpoint

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    2e7abe3 View commit details
    Browse the repository at this point in the history
  5. Add stop token target to learn when to stop decoding

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    3ca25ef View commit details
    Browse the repository at this point in the history
  6. Apply regularization L2 with weight 1e-6 according to tacotron 2

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    1f8d32f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Fix dropout training parameter bug

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    9340d42 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

  1. Fix dropout bug

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    e7e1ee5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Remove find endpoint method

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    cec3ac3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2018

  1. Cancel clipping for normalization

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    b0461d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Fix bug

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    b0a26f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Add teacher forcing ratio for overcoming overfitting

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    59d6cb3 View commit details
    Browse the repository at this point in the history
  2. Add L2 regularization

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    2dab01c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3765d6c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Symmetric mels helps quick alignment

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    bd2d80e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Update hyper parameter for stronger fitting

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    b055e85 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Add dropout in convolution for regularization

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    86a89a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Add wav rescaling for unified measure

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    ca442ca View commit details
    Browse the repository at this point in the history
  2. Rescaling for unified measure for all clips

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    2a88f48 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Add FIR as bandpass filter for less noises

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    23c5df2 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Fix bug

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    0fbbb8c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'mandarin'

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    c4632e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Add bandwidth limitation for corpus

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    cabc77b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Remove dropout in conv1d to reduce loss

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    e093cf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Loading latest checkpoint on synthesis

    Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
    begeekmyfriend committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    60d6932 View commit details
    Browse the repository at this point in the history