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

Train rnn with microsoft SNSD #161

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

Commits on Aug 28, 2018

  1. Modularizing the RNN model

    GregorR committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    4787439 View commit details
    Browse the repository at this point in the history
  2. Fix some warnings

    GregorR committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    931e946 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2809066 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Neural network model files

    Extending the neural network dumper to dump to a simple text file
    format, and adding reader functions to read a neural network description
    from a FILE *.
    GregorR committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    b13c533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56701ea View commit details
    Browse the repository at this point in the history
  3. Trimming some fat.

    GregorR committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    473e872 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbeb920 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Configuration menu
    Copy the full SHA
    6f257df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76d0821 View commit details
    Browse the repository at this point in the history
  3. Trimming more fat

    GregorR committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    60a8fa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63ee148 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a81924 View commit details
    Browse the repository at this point in the history
  6. Updated README

    GregorR committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    81ce39d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c384577 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2018

  1. Configuration menu
    Copy the full SHA
    0093ba9 View commit details
    Browse the repository at this point in the history
  2. More neural network models

    GregorR committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    c7e342c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fb77f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

  1. Configuration menu
    Copy the full SHA
    53f34de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b049de3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fc4199 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. Fixing !SMOOTH_BANDS mode

    GregorR committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    da55528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c45a6d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Configuration menu
    Copy the full SHA
    925c2ba View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Switching the default model to 'cb'

    'cb' was modeled on a wide variety of signals in noise like a recording
    environment, making it likely a better match to what people would expect
    from this library than the default, which is very speech-specific for a
    wide variety of noise (suited to VoIP)
    GregorR committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    877bb95 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. Configuration menu
    Copy the full SHA
    2626930 View commit details
    Browse the repository at this point in the history