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

new version of neural type system #307

Merged
merged 43 commits into from
Feb 12, 2020
Merged

new version of neural type system #307

merged 43 commits into from
Feb 12, 2020

Commits on Jan 29, 2020

  1. initial draft

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    72094a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    842f710 View commit details
    Browse the repository at this point in the history
  3. fixing some unittests

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    21e7f31 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. fixing some files

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    881d4bb View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. simplest examples working

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    b8f633f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Merge branch 'master' into neural_type_system2

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    ac5e7ec View commit details
    Browse the repository at this point in the history
  2. fix codestyle

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    0cec895 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

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

Commits on Feb 6, 2020

  1. passing core tests ?

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    ce5cb07 View commit details
    Browse the repository at this point in the history
  2. asr and core tests are passing

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    ca9c370 View commit details
    Browse the repository at this point in the history
  3. fix style

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    e0742e8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into neural_type_system2

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    f549c7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a35c2b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. change types in NLP collection

    enable deployment test
    
    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    c1e7a1a View commit details
    Browse the repository at this point in the history
  2. fix style

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    8e3b2c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b0398b View commit details
    Browse the repository at this point in the history
  4. fix tts collection

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    80b5bc2 View commit details
    Browse the repository at this point in the history
  5. fix code style

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    24b2ca4 View commit details
    Browse the repository at this point in the history
  6. chaning common collection

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    4800d9e View commit details
    Browse the repository at this point in the history
  7. update gan collection

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    7b44c95 View commit details
    Browse the repository at this point in the history
  8. neural types fix in dialog

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    45f30ec View commit details
    Browse the repository at this point in the history
  9. fix types in dialog

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    396c427 View commit details
    Browse the repository at this point in the history
  10. fixing types in trade example

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    6eca994 View commit details
    Browse the repository at this point in the history
  11. fix types in gleu scripts unittests in parallel

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    9d20210 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into neural_type_system2

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    d738825 View commit details
    Browse the repository at this point in the history
  13. fix styles in asr postprocessing

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    a6d779a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. fix types in intent classification

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    e5f0544 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into neural_type_system2

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    570dfd6 View commit details
    Browse the repository at this point in the history
  3. fix beam search

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    3bfb9f9 View commit details
    Browse the repository at this point in the history
  4. los fix

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    00445a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    ee8635a View commit details
    Browse the repository at this point in the history
  2. addressing comments from @yzhang123 and @blisc

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    2695e33 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Merge branch 'master' into neural_type_system2

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    5bab6b4 View commit details
    Browse the repository at this point in the history
  2. address review's comments

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    781ebc5 View commit details
    Browse the repository at this point in the history
  3. fix unittests

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    51120d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Merge branch 'master' into neural_type_system2

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    5bf06af View commit details
    Browse the repository at this point in the history
  2. fix chatbot example

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    5ddb513 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f64078 View commit details
    Browse the repository at this point in the history
  4. addressing some review feedback

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    ecbec6c View commit details
    Browse the repository at this point in the history
  5. fix style

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    c34aa73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e964e46 View commit details
    Browse the repository at this point in the history
  7. fix trade example

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    b692692 View commit details
    Browse the repository at this point in the history
  8. fix trade example

    Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
    okuchaiev committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    196a248 View commit details
    Browse the repository at this point in the history