diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 14f64d5e8..7635a7167 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -381,4 +381,13 @@ python score_submissions.py --submission_directory We provide the scores and performance profiles for the [paper baseline algorithms](/reference_algorithms/paper_baselines/) in the "Baseline Results" section in [Benchmarking Neural Network Training Algorithms](https://arxiv.org/abs/2306.07179). +## Package Submission for Self-Reporting +To prepare your submission for self reporting run: + +``` +python3 package_logs.py --experiment_dir --destination_dir +``` + +The destination directiory will contain the logs packed in studies and trials required for self-reporting. + **Good Luck!**