Skip to content

基于MindSpore复现一些经典论文(GNN, CV, NLP)

Notifications You must be signed in to change notification settings

sunxiaobei/mindspore_gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mindspore_gallery

基于MindSpore框架,复现一些经典的论文。

GRL

GCN

  • Paper: Thomas N. Kipf, Max Welling. 2016. Semi-Supervised Classification with Graph Convolutional Networks. In ICLR 2016. Link
  • Code: Pytorch, Tenserflow

Environment Requirements

  • Python 3.9
  • MindSpore 2.1.1
  • Cuda 11.1
conda create -n ms2 python=3.9

conda activate ms2

# CUDA 11.1  MindSpore 2.1.1
pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.1.1/MindSpore/unified/x86_64/mindspore-2.1.1-cp39-cp39-linux_x86_64.whl --trusted-host ms-release.obs.cn-north-4.myhuaweicloud.com -i https://pypi.tuna.tsinghua.edu.cn/simple

# 训推
python train_grl_gcn.py --seed 42

About

基于MindSpore复现一些经典论文(GNN, CV, NLP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages