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

Add AutoAugment and ImageNet policy #4702

Merged
merged 7 commits into from
Mar 13, 2023

Commits on Mar 10, 2023

  1. Add AutoAugment and ImageNet policy

    Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
    stiepan committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    5798a8b View commit details
    Browse the repository at this point in the history
  2. Reorder file for easier read

    Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
    stiepan committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    c39a416 View commit details
    Browse the repository at this point in the history
  3. More tests

    Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
    stiepan committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    162e6a6 View commit details
    Browse the repository at this point in the history
  4. Fix a comment

    Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
    stiepan committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    b8d2677 View commit details
    Browse the repository at this point in the history
  5. Add tests for independence of random negation and frequencies of op s…

    …kipping
    
    Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
    stiepan committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a42d47b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Use chi-squared test for AA, better translation testing

    Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
    stiepan committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    1a12f05 View commit details
    Browse the repository at this point in the history
  2. Fix CodeQL issues

    Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
    stiepan committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    ded3cdd View commit details
    Browse the repository at this point in the history