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

[Feature] Add test time augmentation base model. #538

Merged
merged 28 commits into from
Oct 10, 2022

Commits on Sep 15, 2022

  1. First commit

    HAOCHENYE committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    6199426 View commit details
    Browse the repository at this point in the history
  2. add BaseTestTimeAugModel

    HAOCHENYE committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    ffee967 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Add unit test

    HAOCHENYE committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    67e092d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b148cb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77b8a31 View commit details
    Browse the repository at this point in the history
  4. fix ddp test

    HAOCHENYE committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    e187e9a View commit details
    Browse the repository at this point in the history
  5. rename model to module

    HAOCHENYE committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    c99c700 View commit details
    Browse the repository at this point in the history
  6. optim __init__

    HAOCHENYE committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    f132a54 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Fix as comment

    HAOCHENYE committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    247a656 View commit details
    Browse the repository at this point in the history
  2. Fix as comment

    HAOCHENYE committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    20890cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a738cce View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    b304279 View commit details
    Browse the repository at this point in the history
  2. Fix unit test

    HAOCHENYE committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    6ffa398 View commit details
    Browse the repository at this point in the history
  3. Enhance docstring

    HAOCHENYE committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    11f4040 View commit details
    Browse the repository at this point in the history
  4. Fix as comment

    HAOCHENYE committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    e5bee14 View commit details
    Browse the repository at this point in the history
  5. Fix as comment

    HAOCHENYE committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    8bc4df9 View commit details
    Browse the repository at this point in the history
  6. minor refine

    HAOCHENYE committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    2c0e30a View commit details
    Browse the repository at this point in the history
  7. minor refine

    HAOCHENYE committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    183d0d1 View commit details
    Browse the repository at this point in the history
  8. minor refine

    HAOCHENYE committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    b4ddd0c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. fix unit test

    HAOCHENYE committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    366df2e View commit details
    Browse the repository at this point in the history
  2. minor refine

    HAOCHENYE committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    89bc620 View commit details
    Browse the repository at this point in the history
  3. minor refine

    HAOCHENYE committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    37512f4 View commit details
    Browse the repository at this point in the history
  4. minor refine

    HAOCHENYE committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    32bfb18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4ef0dc View commit details
    Browse the repository at this point in the history
  6. minor refine

    HAOCHENYE committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    c35dc3b View commit details
    Browse the repository at this point in the history
  7. minor refine

    HAOCHENYE committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    4134426 View commit details
    Browse the repository at this point in the history
  8. minor refine

    HAOCHENYE committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    e2ed7fc View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. fix unit test

    HAOCHENYE committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    ffc3f3a View commit details
    Browse the repository at this point in the history