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

Move to optimizer based EMA implementation #5169

Merged
merged 27 commits into from
Dec 12, 2022
Merged

Move to optimizer based EMA implementation #5169

merged 27 commits into from
Dec 12, 2022

Commits on Oct 14, 2022

  1. Move to optimizer

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    4fb1fc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

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

Commits on Oct 19, 2022

  1. Fix replacing weights

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    979c51a View commit details
    Browse the repository at this point in the history
  2. Allow swapping of weights be optional

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    f8a361e View commit details
    Browse the repository at this point in the history
  3. Save 2 models

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0623ddc View commit details
    Browse the repository at this point in the history
  4. Use different hook

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    dcca548 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Expose cpu device

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    7463675 View commit details
    Browse the repository at this point in the history
  2. Add clause to see if this fixes issue with O2 optimizer

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    def549e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    6bdc880 View commit details
    Browse the repository at this point in the history
  2. Try to get O2 working

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    cf280ed View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

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

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    0722e27 View commit details
    Browse the repository at this point in the history
  2. WIP

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a9b88a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Fixes

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    e47d314 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Merge branch 'main' into feat/ema

    # Conflicts:
    #	nemo/utils/exp_manager.py
    SeanNaren committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    e03c83d View commit details
    Browse the repository at this point in the history
  2. Fixes to tests

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    a4b3e53 View commit details
    Browse the repository at this point in the history
  3. Add guard

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    087d21f View commit details
    Browse the repository at this point in the history
  4. Remove import

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    3e31eff View commit details
    Browse the repository at this point in the history
  5. Add guard

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    ecb4415 View commit details
    Browse the repository at this point in the history
  6. Add comment

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    84582e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    167fecd View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Remove overwrite

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1a508a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    235a60a View commit details
    Browse the repository at this point in the history
  3. Add BatchNorm, currently tests fail

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    24968c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Fix tests/functionality for batch norm

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    69bd502 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f2741b View commit details
    Browse the repository at this point in the history
  3. Get rid of NLP changes

    Signed-off-by: SeanNaren <snarenthiran@nvidia.com>
    SeanNaren committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    f5df83c View commit details
    Browse the repository at this point in the history