hirotosuzuki / GnnSelfStudy

Graph Neural Network勉強会
0 stars 0 forks source link

20190626 #4

Open hirotosuzuki opened 5 years ago

hirotosuzuki commented 5 years ago

担当

鈴木

資料

https://github.com/hirotosuzuki/GnnSelfStudy/tree/master/20190626

範囲

GNNのライブラリで遊んでみる

hirotosuzuki commented 5 years ago

Deep Graph Library

setup

https://www.dgl.ai/pages/start.html もしソースからインストールしたい場合はこっち https://docs.dgl.ai/install/index.html#install-from-source

pip install torch torchvision
pip install dgl

tutorial

https://docs.dgl.ai/tutorials/basics/1_first.html