> For the complete documentation index, see [llms.txt](https://pace-tl.gitbook.io/ches-challenge-2025/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pace-tl.gitbook.io/ches-challenge-2025/quickstart-3.md).

# Submission

This section outlines the steps to prepare, package, and test your submission.\
At this point, we assume that the attack works in `analyze_{pytorch/tf}.py`

## Submission Directory

The directory `ches2025_{pytorch/tf}_{team_name}_{submission_no}` must contain the following:

1. analyze\_{pytorch/tf}.py
2. `src` folder with the following `dataloader.py`, `utils.py`, `net.py`, `trainer.py` and any other files that are required to run `analyze_{pytorch/tf}.py`&#x20;
3. Model file in `.pth` (for Pytorch) or `.h5` (for Tensorflow)
4. ReadMe file named `submission.md` that has the name of the participants, GE and NTGE on the public dataset (see [Datasets](/ches-challenge-2025/quickstart-2.md)). The `submission.md` will look like the following:

```
1. Names of participants
2. Emails of the participants
3. GE = 0.0
4. NTGE= 96369
```

Zip the directory `ches2025_{pytorch/tf}_{team_name}_{submission_no}`.

Next, please submit the directory to the [organizers](mailto:pace.tl.ntu@gmail.com).

*Start your `submission_no` with 0. For each submission, increase this number by 1.*&#x20;

*Note:* Only attacks on byte $$0$$ are considered within the scope of the competition..


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pace-tl.gitbook.io/ches-challenge-2025/quickstart-3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
