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

Improvements from my branch #39

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

Improvements from my branch #39

wants to merge 15 commits into from

Commits on Apr 24, 2019

  1. Modularizing the RNN model

    GregorR committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    95038d1 View commit details
    Browse the repository at this point in the history
  2. Avoid namespace collision

    In an attempt to avoid namespace collision, rename model_orig as
    rnnoise_model_orig. (Note that the previous implementation exported
    things like vad_data, so this at least only as one, prefixed,
    unnecessary public variable)
    GregorR committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    edf049d View commit details
    Browse the repository at this point in the history
  3. Fix some warnings

    GregorR committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    6b4d22b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2071d9 View commit details
    Browse the repository at this point in the history
  5. 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 Apr 24, 2019
    Configuration menu
    Copy the full SHA
    6d49c2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61f587a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2f4659 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df246fd View commit details
    Browse the repository at this point in the history
  9. Updated README

    GregorR committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    d4ad247 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    04d3008 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42d8260 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1eb410f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    42e1ffb View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    3fe3790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ab6253 View commit details
    Browse the repository at this point in the history