##installation of requirements
pip3 install -U pip
pip3 install --upgrade jax jaxlib
pip3 install --upgrade -r requirements.txt

##general pipeline for each experiment
1) Data Download/Generation
2) Training/Evaluation


##further instructions
1)Further details can be found in the README files of the respective experiment folders.  
2)config_example.py provides an exemplar configuration that can be used as reference for all epxeriments.
3)Code used in multiple or all experiments (such as whitney_utils.py) can be found in the src folder.