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:
analyze_{pytorch/tf}.py
src
folder with the followingdataloader.py
,utils.py
,net.py
,trainer.py
and any other files that are required to runanalyze_{pytorch/tf}.py
Model file in
.pth
(for Pytorch) or.h5
(for Tensorflow)ReadMe file named
submission.md
that has the name of the participants, GE and NTGE on the public dataset (see Datasets). Thesubmission.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.
Start your submission_no
with 0. For each submission, increase this number by 1.
Note: Only attacks on byte are considered within the scope of the competition..
Last updated