Open
Conversation
…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
…he validation configs.
…le range of optunas framework. Not calibarated yet...
…ench into optuna_hyper_search
…ench into optuna_hyper_search
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.
No description provided.