Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Feb 27, 2024
1 parent 9ffeba9 commit b470197
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,4 +381,13 @@ python score_submissions.py --submission_directory <directory_with_submissions>

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 <experiment_dir> --destination_dir <destination_dir>
```

The destination directiory will contain the logs packed in studies and trials required for self-reporting.

**Good Luck!**

0 comments on commit b470197

Please sign in to comment.