This repo contains all experiments logs and the script we use to plot the data.
-
GRACE_logs_release.zip.00*
: All experiments logs. -
GRACE_data_release.pickle
: Extracted experiments data in pandas dataframe format, each entry corresponds to one log inGRACE_logs_release.zip.00*
with the sameid
tag, e.g.g7c2ij800
. -
GRACE_notebook_release.ipynb
: The python notebook to plot the data. -
pull_from_wandb.py
: The script to download the logs (same asGRACE_logs_release.zip.00*
) from our database and process them into pandas dataframe (same asGRACE_data_release.pickle
).With all these files, you will be able to generate exact same figures in our GRACE paper.