Add autoencoder configs and update defaults#328
Merged
sgreenbury merged 8 commits intomainfrom Apr 18, 2026
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
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.
Summary
Adds four dataset-specific autoencoder experiment configs under
local_hydra/and tunes three defaults insrc/autocast/configs/that are currently the right choices for the runs we're doing across datasets.New local experiment configs (
local_hydra/local_experiment/ae/<dataset>/ae_dc_large.yaml)advection_diffusionconditioned_navier_stokesgpe_laser_wake_onlygray_scottDefault changes in
src/autocast/configs/(documented inline)autoencoder.yamlfloat32_matmul_precision: null->highfloat32_matmul_precision=nulldatamodule/gpe_laser_only_wake.yamlchannel_idxs: [1, 2](real + imag of wave function)~datamodule.channel_idxstrainer/default.yamlbest-val-{epoch}-{val_loss}ModelCheckpoint(top-1, monitorsval_loss)~trainer.callbacks.1Each change has a short inline comment dated 2026-04-17 noting what changed and how to opt out. A
TODOintrainer/default.yamlflags a follow-up to refactor callbacks into composable config groups so the best-val opt-out does not rely on a list index.Note on dataset channel choices
The new
channel_idxs: [1, 2]ongpe_laser_only_wakekeeps the real and imaginary parts of the wavefunction (full state that the GPE simulator evolves).Test plan
ae_dc_large.yamlconfigs resolve viauv run autocast ae --dry-run local_experiment=ae/<dataset>/ae_dc_large