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

Refactor Callbacks #60

Open
wants to merge 47 commits into
base: develop
Choose a base branch
from
Open

Refactor Callbacks #60

wants to merge 47 commits into from

Commits on Sep 24, 2024

  1. Refactor Callbacks

    - Split into seperate files
    - Use list in config to add callbacks
    - Provide legacy config enabled approach
    - Fix ruff issues
    HCookie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b12fac8 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    HCookie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    29a8477 View commit details
    Browse the repository at this point in the history
  3. Fix TypeError

    HCookie committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    15824be View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Move to hydra.instantiate

    HCookie committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4077bf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    494d39d View commit details
    Browse the repository at this point in the history
  3. Add __all__

    HCookie committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fe37c02 View commit details
    Browse the repository at this point in the history
  4. Add to base config

    HCookie committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2d8275c View commit details
    Browse the repository at this point in the history
  5. Fix nested list

    HCookie committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    230eb0e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Fix nested get issue

    HCookie committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5547b20 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Fix type checking

    HCookie committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1d80cfb View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    e79dfc7 View commit details
    Browse the repository at this point in the history
  2. feat: edge plot in callbacks

    JPXKQX committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    96ab74c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aeb1a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    816b3af View commit details
    Browse the repository at this point in the history
  2. fix: typing & refactoring

    JPXKQX committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    644038f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8356cd4 View commit details
    Browse the repository at this point in the history
  4. Refactor according to PR

    - Prefill config with callbacks
    - Warn on deprecations for old config
    - Expand config enabled
    - Add back SWA
    - Fix logging callback
    - Add flag to disable checkpointing
    - Add testing
    HCookie committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    930e4d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Update deprecation warning

    HCookie committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    52ea91f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dd81b7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #71 from ecmwf/feature/graph-features-callback

    [feature] Fix trainable attribute callbacks
    HCookie authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    332f746 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Refactor: Remove backwards compatability,

    - Split plots
    - Rename, lr to optimiser
    - Refactor plotting callbacks to be more init config
    HCookie committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bb8b9bb View commit details
    Browse the repository at this point in the history
  2. Fix tests

    HCookie committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0349be2 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. PR Fixes

    - Remove enabled from plotting callbacks
    - Connect sample_idx in config
    HCookie committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1e97ff1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    d7f713e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebfaf90 View commit details
    Browse the repository at this point in the history
  3. Update Changelog

    HCookie committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    460c8ba View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    5671c7e View commit details
    Browse the repository at this point in the history
  2. Refactor rollout (#87)

    Refactor rollout logic
    HCookie authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    21c05de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c5e144 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5742754 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    8671543 View commit details
    Browse the repository at this point in the history
  2. Remove TP reference

    HCookie committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    382728c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    6fa66cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    110fb64 View commit details
    Browse the repository at this point in the history
  3. Update copyright notice

    HCookie committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    23cc785 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfe76f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    5a6880e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51a455d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fxi/refactor_callbacks' of github.com:ecmwf/anemoi-trai…

    …ning into fix/refactor_callbacks
    HCookie committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3318675 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77bd65d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Fix CHANGELOG

    HCookie committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3c6e1af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86059a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bce490 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5057c6 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Sara Hahner <[email protected]>
    HCookie and sahahner authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d6e1d9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6073d84 View commit details
    Browse the repository at this point in the history
  7. Add rollout_eval config

    HCookie committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f1d883f View commit details
    Browse the repository at this point in the history