-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor Callbacks - Split into seperate files - Use list in config to add callbacks - Provide legacy config enabled approach - Fix ruff issues * Update changelog * Fix TypeError * Move to hydra.instantiate * Add __all__ * Add to base config * Fix nested list * Fix nested get issue * Fix type checking * feat: edge plot in callbacks * feat: set default extra callbacks * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix: typing & refactoring * fix: remove list comprehension * 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 * Update deprecation warning * Refactor: Remove backwards compatability, - Split plots - Rename, lr to optimiser - Refactor plotting callbacks to be more init config * Fix tests * PR Fixes - Remove enabled from plotting callbacks - Connect sample_idx in config * Update Changelog * Refactor rollout (#87) Refactor rollout logic * Remove batch frequency from LongRolloutPlots * Remove TP reference * Remove missing config reference * Authentication support for mlflow sync (#51) * feat: authentication support for mlflow sync * chore: formatting * chore: changelog * chore: changelog add link * fix: sync authentication flag * refactor: move `health_check` to submodule top level * feat: add health check * chore: update error msg * refactor: mlflow utils * New mlflow authentication API (#78) * fix: mlflow auth use web seed token * feat: make target env var an optional argument * chore: docstrings * fix: tests * chore: add comment * chore: changelog * chore: docstring * Update changelog * rebase * Update deprecation warning * Refactor: Remove backwards compatability, - Split plots - Rename, lr to optimiser - Refactor plotting callbacks to be more init config * add scatter plot * adding async * fix * tests * fix failing tests * rm change to ds valid * precommit hooks * fix linting * rebase * Update deprecation warning * Refactor: Remove backwards compatability, - Split plots - Rename, lr to optimiser - Refactor plotting callbacks to be more init config * add scatter plot * adding async * fix * tests * fix failing tests * rm change to ds valid * precommit hooks * fix linting * revert unnecessary config changes * change config files * Swapped histogram and spectrum * Update copyright notice * Fix issues with split of PlotAdditionalMetrics * Fix CHANGELOG * Fix documentation for callbacks * Add all callback submodules to docs * Apply suggestions from code review Co-authored-by: Sara Hahner <[email protected]> * Fix init args issue in RolloutPlots * Add rollout_eval config * Add training mode to rollout step * Force LongRolloutPlots to plot in serial * Add warning to LongRolloutPlots when async * Fix asserrt calculation * Apply post_processors before plotting in LongRolloutPlots * Fix reference to batch * Fix debug config * brinding plot for mean wave direction and fixing type hinting * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add changelog entry * fixes for async plots to work * fix pre-commit styling * improved loop closing and readability * fixing for pre-commit hooks * remove commented block * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * address sugestion for args and kwargs and missing type hints * update flag to datashader rather than scatter * update configs * update docs * update comment for readability * update branch * update branch and test --------- Co-authored-by: Harrison Cook <[email protected]> Co-authored-by: Mario Santa Cruz <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Gert Mertes <[email protected]> Co-authored-by: Sara Hahner <[email protected]> Co-authored-by: anaprietonem <[email protected]> Co-authored-by: Ana Prieto Nemesio <[email protected]>
- Loading branch information
1 parent
76d3ef6
commit d0a8866
Showing
9 changed files
with
259 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.