-
Notifications
You must be signed in to change notification settings - Fork 78
feat(training): autoencoder 🗜️ #252
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
Merged
Merged
Conversation
This file contains hidden or 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
…re into feature/autoencoder
…re into feature/autoencoder
…re into feature/autoencoder
…nemoi-core into feature/autoencoder
…xed issue in hierarchical forecaster too
JPXKQX
reviewed
Jan 23, 2026
training/src/anemoi/training/config/training/scalers/autoencoder.yaml
Outdated
Show resolved
Hide resolved
JPXKQX
approved these changes
Jan 26, 2026
Member
JPXKQX
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM
Member
|
Great work @icedoom888 thanks for your hard work and patience. |
Merged
anaprietonem
pushed a commit
that referenced
this pull request
Jan 29, 2026
🤖 Automated Release PR This PR was created by `release-please` to prepare the next release. Once merged: 1. A new version tag will be created 2. A GitHub release will be published 3. The changelog will be updated Changes to be included in the next release: --- <details><summary>training: 0.9.0</summary> ## [0.9.0](training-0.8.4...training-0.9.0) (2026-01-28) ### ⚠ BREAKING CHANGES * **models,training:** multi dataset integration ### Features * Drop python 3.10 ([#795](#795)) ([ebea6d0](ebea6d0)) * **models,training:** Multi dataset integration ([f537d7f](f537d7f)) * **training:** Autoencoder 🗜️ ([#252](#252)) ([50e497b](50e497b)) ### Bug Fixes * **deps:** Workaround for failing uv dependency resolution ([#828](#828)) ([bc64bac](bc64bac)) * Set min version for azureml-mlflow ([#842](#842)) ([0f721a5](0f721a5)) </details> <details><summary>graphs: 0.8.4</summary> ## [0.8.4](graphs-0.8.3...graphs-0.8.4) (2026-01-28) ### Features * Drop python 3.10 ([#795](#795)) ([ebea6d0](ebea6d0)) * **graphs:** Introduce a new multiscale edgebuilding strategy optimizing 1-hop edges ([#694](#694)) ([2385b9d](2385b9d)) ### Bug Fixes * **graphs:** Typo in LimitedAreaNPZNodes ([#823](#823)) ([b267f42](b267f42)) * System level tests ([#812](#812)) ([a402373](a402373)) ### Documentation * Update tri_nodes.csv - refinement lvl 9 ([#807](#807)) ([2b626ca](2b626ca)) </details> <details><summary>models: 0.12.0</summary> ## [0.12.0](models-0.11.3...models-0.12.0) (2026-01-28) ### ⚠ BREAKING CHANGES * **models,training:** multi dataset integration ### Features * Drop python 3.10 ([#795](#795)) ([ebea6d0](ebea6d0)) * **models, training:** Expose row_normalize kwarg to TruncatedConnectionSchema ([#805](#805)) ([20b2da6](20b2da6)) * **models,training:** Multi dataset integration ([f537d7f](f537d7f)) * **training:** Autoencoder 🗜️ ([#252](#252)) ([50e497b](50e497b)) </details> --- > [!IMPORTANT] > Please do not change the PR title, manifest file, or any other automatically generated content in this PR unless you understand the implications. Changes here can break the release process. > >⚠️ Merging this PR will: > - Create a new release > - Trigger deployment pipelines > - Update package versions **Before merging:** - Ensure all tests pass - Review the changelog carefully - Get required approvals [Release-please documentation](https://github.com/googleapis/release-please)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Introduces Autoencoder training in Anemoi.
Type of Change
Issue Number
Closes #171
Reopens #172
Code Compatibility
Code Performance and Testing
Dependencies
Documentation
Additional Notes
📚 Documentation preview 📚: https://anemoi-training--252.org.readthedocs.build/en/252/
📚 Documentation preview 📚: https://anemoi-graphs--252.org.readthedocs.build/en/252/
📚 Documentation preview 📚: https://anemoi-models--252.org.readthedocs.build/en/252/