You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Please submit clear and reproducible optimization tasks according to the template (public code + public dataset)"
3
+
title: "[Task] "
4
+
labels: ["task"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
## Submission Notes (Read First)
10
+
- We only accept **public code** hosted on open-source platforms such as GitHub as the baseline.
11
+
- We only accept tasks optimized on **public datasets**.
12
+
- For requests involving private code/data optimization, please contact: interndiscovery@pjlab.org.cn
13
+
14
+
- type: textarea
15
+
id: task_desc
16
+
attributes:
17
+
label: Task Description
18
+
description: Please describe in **one paragraph** what you want to optimize, the goal, the success criteria (preferably quantifiable), and any necessary background information.
19
+
placeholder: |
20
+
Example: On the public dataset X, we want to improve the baseline {metric} from A to B while keeping inference speed no lower than Y. The success criterion is ...
21
+
validations:
22
+
required: true
23
+
24
+
- type: input
25
+
id: baseline_repo
26
+
attributes:
27
+
label: Baseline Repository Link (Must be Public)
28
+
description: Only public repository links on open-source platforms such as GitHub are accepted.
0 commit comments