Setup and configs for HPO runs
Create global config file:
git clone
cd HPO
./setup
source config/hpo.env
This will create an hpo.env file in the config folder and source the environment.
The setup script has the following additionl options:
-d
: Path to global data directory-i
: Path to container image directory-b
: Path to this repository
Example
- We are using images from the Singularity repository. The data directory is within the HPO directory.
mkdir data_dir
./setup -b `pwd` -i ../Singularity/build -d `pwd`/data_dir