Instruction for Code Submission of
ICAPS2021 DPDP Competition
Environment:
|
OS: Ubuntu 18.04.5 LTS |
Python: 3.6.5 |
|
Java: 1.8.0_291 |
Maven: 3.8.1 |
|
gcc: 7.5.0 |
CMake: 3.20.3 |
Submission Form:
Zip file
Submission List:
1. Algorithm directory:
Should be named "algorithm", containing your code file, and third-party Python packages (if applicable);
2. main_algorithm file:
The entry code file (.py, .class, or .out) called by our simulator. This file's name cannot be modified. You should call your algorithm code in this file.
3. metadata.json file:
A setting file for submission provided by us (download the attachment at the bottom of the page: "ICAPS2021 DPDP Competition Supplementary Files.zip"). Do not modify it in any forms!
4. requirements.txt file
Also provided by us (download the attachment at the bottom of the page: "ICAPS2021 DPDP Competition Supplementary Files.zip"). It originally contains one line: "naie", which must be kept. You can list third-party Python packages used in your code in this file, however, for those not commonly used packages, please include them in your algorithm directory.
Submission Steps:
Caution! You might find some pages in steps below saying "Pricing: ¥ xxx/hour", yet you need to pay for nothing, so just ignore it.
Due to the fact that the submission platform is designed for common AI competitions (like Kaggle ones), which are different with this one in pipeline, the submission procedures might seem slightly redundant, so we prepared detailed step-by-step graphic illustraion, please read through it carefully.
1. Zip the files mentioned above in "Submission List" in your own PC.
2. After signing up for this competition, click the corresponding buttons in order shown in images below to conduct the code submission.


3. Create a project.


4. Build a model package. You can name the model version as you like.


5. Build a development environment.

6. Enter the edit mode.

7. Right click at the directory naming after your project (this is very vital, do not click in other area!), then click "NAIE Upload".

8. Click the button in red box, or drag your zip file directly to the corresponding area.

9. Click the button in red box to upload your zip file. You can judge whether it works via checking if there exits your zip file at left column.

10. Click "Terminal", then choose "New Terminal". The terminal will appear in bottom part of the screen. You can check the operations in red box for reference: first, unzip your zip file, then for "replace metadata.json?", type "y" and Enter.

11. Right click at blank area of left column, then click "NAIE Package", completing the code packaging process.

12. Back to the page in step 3, click “Calculate Score”

13. Choose the model you just packaged, then click "提交成绩" (means "submit score")

14. Now, you finished the submission procedures, just waiting for the code running. A score (the target function value) will be returned. This process takes a while so please be patient.
ICAPS2021 DPDP Competition Supplementary Files.zip
938 Bytes,下载次数:11
