feat: 添加赛道一热身赛 GCN 训练与预测代码
计图挑战赛 赛道一热身赛 · 基于 JittorGeometric 的 Cora GCN 节点分类
```bash
pip install jittor -i https://pypi.tuna.tsinghua.edu.cn/simple
git clone https://github.com/AlgRUC/JittorGeometric.git cd JittorGeometric && pip install .
pip install numpy scipy scikit-learn einops sympy
计图挑战赛赛道一热身赛 · 基于 JittorGeometric 的 Cora GCN 节点分类 · 战队明析
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
jittor-mingxi-cora-gcn
计图挑战赛 赛道一热身赛 · 基于 JittorGeometric 的 Cora GCN 节点分类
队伍信息
环境要求
安装依赖
```bash
安装 Jittor
pip install jittor -i https://pypi.tuna.tsinghua.edu.cn/simple
安装 JittorGeometric(参考官方仓库)
git clone https://github.com/AlgRUC/JittorGeometric.git cd JittorGeometric && pip install .
其他依赖
pip install numpy scipy scikit-learn einops sympy