jejjohnson / oceanbench

OceanBench - SSH edition
https://jejjohnson.github.io/oceanbench/
MIT License
17 stars 2 forks source link

Refactor Hydra Within OceanBench #59

Open jejjohnson opened 1 year ago

jejjohnson commented 1 year ago

We have rethought about OceanBench and it's role: it will piece together functions from the ocn-tools repo in such a way that we can create recipes, pipelines, tasks and leaderboards. So we want it to act as a standalone application that we can pip install and have access to the config, i.e., the parameters and transformation parameters.

Inspiration: In hydra, there is an example of how one can make a standalone application that one can pip install.

Following the discussion with @quentinf00 , a summary of our thoughts can be found in here: jejjohnson/oceanbench/discussions/60

Tasks