The script trains a two-layer GCN and reports training accuracy and best
validation accuracy.
Evaluation And Inference
The competition warm-up release evaluates the generated result.json on the
hidden test labels. To regenerate the prediction file only after training, run
the same command above and package the result:
cd warmups/cora_gcn
python gcn.py --seed 42 --epochs 200 --output result.json
zip ../../submissions/warmup1-result.zip result.json
result.json and submission archives are generated artifacts and are ignored by
Git.
Results
Task: warm-up 1, Cora node classification
Metric: accuracy on node labels
Local best validation accuracy: 0.8120
Platform submission status: passed
The local validation score may differ slightly across machines because Jittor,
CPU/GPU kernels, and random initialization can vary. Use --seed to keep runs
as reproducible as possible.
Repository code is released under the MIT License. Competition datasets and
third-party dependencies follow their original licenses and distribution rules.
jittor-sader-jituai
第六届计图人工智能挑战赛项目仓库。当前公开内容保留热身赛一:
正式赛道一代码按比赛补充规则暂不公开,将在赛程允许的阶段再整理开源。
Environment
Create the environment:
See ENVIRONMENT.md for the CPU compatibility notes.
Data Preparation
Warm-up 1: download the release package from the competition platform and place the dataset at:
The dataset file is not tracked in Git. The expected fields are described in warmups/cora_gcn/README.md.
Training
Run the warm-up training script:
The script trains a two-layer GCN and reports training accuracy and best validation accuracy.
Evaluation And Inference
The competition warm-up release evaluates the generated
result.jsonon the hidden test labels. To regenerate the prediction file only after training, run the same command above and package the result:result.jsonand submission archives are generated artifacts and are ignored by Git.Results
The local validation score may differ slightly across machines because Jittor, CPU/GPU kernels, and random initialization can vary. Use
--seedto keep runs as reproducible as possible.Repository Layout
License
Repository code is released under the MIT License. Competition datasets and third-party dependencies follow their original licenses and distribution rules.