Upload SUBMISSION_DESC.md with huggingface_hub
Browse files- SUBMISSION_DESC.md +12 -11
SUBMISSION_DESC.md
CHANGED
@@ -1,13 +1,3 @@
|
|
1 |
-
## Time limitation
|
2 |
-
The actual evaluation time should be under 1.5 hour. Any submission that exceeds this time limit will be disqualified.
|
3 |
-
|
4 |
-
## Usage limitation
|
5 |
-
The submitted algorithms will be executed on a single T4 GPU (16GB virtual RAM), equipped with 30GB of RAM and 8 virtual CPUs.
|
6 |
-
|
7 |
-
Due to resource limitations, each team is allowed to submit only 1 times within a 24-hour period.
|
8 |
-
|
9 |
-
DO NOT attempt to hack the test data or use the GPU resources for any purpose outside of the competition! Any illegal activities detected will result in the team and members being permanently banned.
|
10 |
-
|
11 |
## Testing your model locally
|
12 |
Please refer to the guidance in the "Dataset" page. Make sure your model works well on your own machine before your submission.
|
13 |
|
@@ -69,4 +59,15 @@ The model and code, including the Docker file, should be uploaded to a single Hu
|
|
69 |
|
70 |
On the "New Submission" page, enter the model hub name and submit. Your program will then be executed online and will interact with our simulator.
|
71 |
|
72 |
-
If more than two participants submit at the same time, your program will be queued to wait for computational resources. If there are many participants, we will consider expanding our computational resources
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Testing your model locally
|
2 |
Please refer to the guidance in the "Dataset" page. Make sure your model works well on your own machine before your submission.
|
3 |
|
|
|
59 |
|
60 |
On the "New Submission" page, enter the model hub name and submit. Your program will then be executed online and will interact with our simulator.
|
61 |
|
62 |
+
If more than two participants submit at the same time, your program will be queued to wait for computational resources. If there are many participants, we will consider expanding our computational resources.
|
63 |
+
|
64 |
+
## Time limitation
|
65 |
+
The actual evaluation time should be under 1.5 hour. Any submission that exceeds this time limit will be disqualified.
|
66 |
+
|
67 |
+
## Usage limitation
|
68 |
+
The submitted algorithms will be executed on a single T4 GPU (16GB virtual RAM), equipped with 30GB of RAM and 8 virtual CPUs.
|
69 |
+
|
70 |
+
Due to resource limitations, each team is allowed to submit only 1 times within a 24-hour period.
|
71 |
+
|
72 |
+
DO NOT attempt to hack the test data or use the GPU resources for any purpose outside of the competition! Any illegal activities detected will result in the team and members being permanently banned.
|
73 |
+
|