- pip install -r requirements.txt
- Read through the command in commands_BO_full.sh and BO_runs_LLM_joint_optimization.py
- To run the code, need to have access to our servers.
commands_BO_run_all.shcontains the script to run.
- To get the data, first create a
datafolder in the home repo. - Download the train zip file from
https://www.kaggle.com/c/dogs-vs-cats/data?select=train.zip - Download the fashion-mnist data from
https://github.com/zalandoresearch/fashion-mnist/tree/master/data/fashion - Unzip the data where necessary and make sure the data folder is in this structure (cats contain all cats pictures, dogs contain all dogs pictures)

- run the code in
data_mixing_simple.ipynbto run a simple BO iteration.