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

Refactoring changes in the training routine #243

Merged
merged 37 commits into from
Aug 31, 2024
Merged

Refactoring changes in the training routine #243

merged 37 commits into from
Aug 31, 2024

Commits on Aug 21, 2024

  1. small modifications

    wiederm committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    389ff8f View commit details
    Browse the repository at this point in the history
  2. add batchsize

    wiederm committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5b75fed View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. update

    wiederm committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2876384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b152bdf View commit details
    Browse the repository at this point in the history
  3. update optimizer, fix bug

    wiederm committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ba118eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bd48b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae7ee91 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. make logging consistent and log also loss with torchmetric (necessary…

    … for synchronized training)
    wiederm committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0d61ccb View commit details
    Browse the repository at this point in the history
  2. skip if ANI and SPICE

    wiederm committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a62029c View commit details
    Browse the repository at this point in the history
  3. include force training test

    wiederm committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ac9e853 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ae7ca0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebba646 View commit details
    Browse the repository at this point in the history
  6. sync log

    wiederm committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a315724 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    c5b87be View commit details
    Browse the repository at this point in the history
  2. still stride issue

    wiederm committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    8da97be View commit details
    Browse the repository at this point in the history
  3. add stride hook for backward

    wiederm committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    e4ce8d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f087ab View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    5072098 View commit details
    Browse the repository at this point in the history
  2. only linting changes

    wiederm committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    5895aca View commit details
    Browse the repository at this point in the history
  3. fix loss test

    wiederm committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    701122d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. fix tests

    wiederm committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    42dc20a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    14ed13f View commit details
    Browse the repository at this point in the history
  2. decorator for method locking

    wiederm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2c0b643 View commit details
    Browse the repository at this point in the history
  3. lock

    wiederm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    992b7bc View commit details
    Browse the repository at this point in the history
  4. typo

    wiederm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b5f9888 View commit details
    Browse the repository at this point in the history
  5. correct lock file mode

    wiederm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    acd06fe View commit details
    Browse the repository at this point in the history
  6. linting

    wiederm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    62003b7 View commit details
    Browse the repository at this point in the history
  7. fix test failures

    wiederm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e483551 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2cfb5f View commit details
    Browse the repository at this point in the history
  9. ha, didn't think about that

    wiederm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a1daf2c View commit details
    Browse the repository at this point in the history
  10. update parameter name

    wiederm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2bc8c3c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. detach metric

    wiederm committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d3539e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Having test_train_lightning skip sake+forces when on github CI becaus…

    …e it allocates too much money
    chrisiacovella committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    7c374a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ca2b0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daaedff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34a7631 View commit details
    Browse the repository at this point in the history
  5. update weights

    wiederm committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    4ffc4d5 View commit details
    Browse the repository at this point in the history