Pytorch Geometric (pyg) 系列教程 10月 12 2021 Tech Blog 1 分钟 读完 (约 147 字) 请在桌面浏览器中打开此链接,保证最好的浏览体验 关注公众号后回复 docker-geometric,获取 Docker Image 12345# 导入imagedocker load < env-torch1.8-geometric.tar# 运行 jupyter notebookdocker run -p 8888:8888 -it env-torch1.8-geometric jupyter notebook --allow-root --ip '0.0.0.0' --notebook-dir=/proj 在线代码 01 Plot Cora 02 Geometric Graph Data Representation 03 GCN 公众号系列视频链接 B站视频系列链接