Skip to content

Integrate hydra improvements#398

Open
michielkallenberg wants to merge 34 commits intomainfrom
michielkallenberg/integrate-hydra-improvements
Open

Integrate hydra improvements#398
michielkallenberg wants to merge 34 commits intomainfrom
michielkallenberg/integrate-hydra-improvements

Conversation

@michielkallenberg
Copy link
Copy Markdown
Collaborator

No description provided.

Philip Janz and others added 30 commits October 24, 2025 16:25
…config blocks. The dataset class already accepts a datasetonfig to generate the dataset. A data-factory build the dataset instead of functions from the configured.py script. hydra_example.py is ready to execute - it loads data gives a skeleton for future development.
Revised the dataset class description for clarity and efficiency.
…tly builds a custom tensor representation of the data that is passed to TorchDataset. This class sources from a minimal BaseDataset class that only define a rougth structure and methods a Dataset class should have, based on the usage in the rest of the pipeline: e.g. split_on_year(). TorchDataset is created to optimize efficiency during training time and potentially sacrifises some intuitve structure (maybe)
…zation based on data distribution: standard, min-max, ...
…ntents. Config files for optimizer and scheduler finished with multiple options. Little torch README for explaining idea
…e logic. Late Fusion Network achieves competitive results!
…ing reproducability by seeding hopefully everything
…le range of optunas framework. Not calibarated yet...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants