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

Unified OCP Trainer #520

Merged
merged 67 commits into from
Jan 5, 2024
Merged

Unified OCP Trainer #520

merged 67 commits into from
Jan 5, 2024

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    9599f42 View commit details
    Browse the repository at this point in the history
  2. more general evaluator

    mshuaibii committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    68afdeb View commit details
    Browse the repository at this point in the history
  3. backwards tasks

    mshuaibii committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3c62f4a View commit details
    Browse the repository at this point in the history
  4. debug config

    mshuaibii committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    569375c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e284cc View commit details
    Browse the repository at this point in the history
  6. cleanup, remove hpo

    mshuaibii committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ba97e97 View commit details
    Browse the repository at this point in the history
  7. loss bugfix, cleanup hpo

    mshuaibii committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8af0f90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d452675 View commit details
    Browse the repository at this point in the history
  9. backwards breaking fix

    mshuaibii committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    adba02c View commit details
    Browse the repository at this point in the history
  10. eval fix

    mshuaibii committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8bac184 View commit details
    Browse the repository at this point in the history
  11. remove old imports

    janiceblue authored and mshuaibii committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4961bb1 View commit details
    Browse the repository at this point in the history
  12. default for get task metrics

    janiceblue authored and mshuaibii committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    99eb482 View commit details
    Browse the repository at this point in the history
  13. rebase cleanup

    mshuaibii committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a269544 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. config refactor support

    mshuaibii committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    448c567 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12ec31f View commit details
    Browse the repository at this point in the history
  3. black

    mshuaibii committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    15fdc56 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. reorganize free_atoms

    mshuaibii committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c47111f View commit details
    Browse the repository at this point in the history
  2. output config fix

    mshuaibii committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    eacd66b View commit details
    Browse the repository at this point in the history
  3. config naming

    mshuaibii committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    024bc86 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    5f47f8a View commit details
    Browse the repository at this point in the history
  2. config backwards support

    mshuaibii committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    0a7d815 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. equiformer can now run

    janiceblue committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    73fba56 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

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

Commits on Jul 27, 2023

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

Commits on Aug 1, 2023

  1. correct primary metric def

    mshuaibii committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0bd8935 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac13093 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. add type annotations

    mshuaibii committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    929c2fb View commit details
    Browse the repository at this point in the history
  2. cleanup

    mshuaibii committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f7b76ec View commit details
    Browse the repository at this point in the history
  3. Type annotations

    r-barnes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    55e71b3 View commit details
    Browse the repository at this point in the history
  4. Abstract out _get_timestamp

    r-barnes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4b5e2a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

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

Commits on Sep 7, 2023

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

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    49076b5 View commit details
    Browse the repository at this point in the history
  2. model compatibility

    mshuaibii committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c1d06aa View commit details
    Browse the repository at this point in the history
  3. evaluator test fix

    mshuaibii committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    7fa3870 View commit details
    Browse the repository at this point in the history
  4. lint

    mshuaibii committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    4371bfa View commit details
    Browse the repository at this point in the history
  5. remove old models

    mshuaibii committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1abf998 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. pass calculator test

    mshuaibii committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8395a3a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. remove DP, cleanup

    mshuaibii committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a49bb4a View commit details
    Browse the repository at this point in the history
  2. remove comments

    mshuaibii committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1f5a6be View commit details
    Browse the repository at this point in the history
  3. eqv2 support

    mshuaibii committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    72a90d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    396c1e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a82f56 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. is2re support

    mshuaibii committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    843fbbd View commit details
    Browse the repository at this point in the history
  2. cleanup

    mshuaibii committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    4566c23 View commit details
    Browse the repository at this point in the history
  3. config cleanup

    mshuaibii committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    92336ec View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. oc22 support

    mshuaibii committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    371ad84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de2a6ad View commit details
    Browse the repository at this point in the history
  3. organize methods

    mshuaibii committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5df5120 View commit details
    Browse the repository at this point in the history
  4. include parent in targets

    mshuaibii committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2f793a8 View commit details
    Browse the repository at this point in the history
  5. shape flexibility

    mshuaibii committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    26179df View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. cleanup debug lines

    mshuaibii committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    cc6c6c2 View commit details
    Browse the repository at this point in the history
  2. cleanup

    mshuaibii committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d2bdc6e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

Commits on Nov 17, 2023

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

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    caf611f View commit details
    Browse the repository at this point in the history
  2. Doc update

    abhshkdz committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e7e2282 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af06723 View commit details
    Browse the repository at this point in the history
  4. EqV2 readme update

    abhshkdz committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ccda09f View commit details
    Browse the repository at this point in the history
  5. Config update

    abhshkdz committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e11dba6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

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

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    54d606e View commit details
    Browse the repository at this point in the history
  2. remove debug configs

    mshuaibii committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    e8c1c6f View commit details
    Browse the repository at this point in the history
  3. ocp-2.0 example.yml

    mshuaibii committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d3d7e1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddac40a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. linter

    janiceblue committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3ab12b4 View commit details
    Browse the repository at this point in the history
  2. update tutorials

    mshuaibii committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    bc7b5cf View commit details
    Browse the repository at this point in the history