pytorch_geometric(pyg) reproduction T-GCN

preface The last article introduced pyg from the basic tools provided by pyg. However, we generally use the tripartite library as a building block to build a relatively large model and use it in our own data set, rather than being satisfied with the simple model and standard data set in the running demo. Therefore, this paper will reproduce T- ...

Posted by GoncaloF on Wed, 12 Jan 2022 04:08:40 +0100

Hands on graph neural networks with pytorch & pytorch geometry

In my last article article In this paper, I introduce the concept of graph neural network (GNN) and some of its latest developments. As this topic becomes more and more exaggerated, I decided to make this tutorial to introduce how to easily implement your graph neural network in the project. You will learn how to use pytorch geometry to bui ...

Posted by richie19rich77 on Sun, 28 Nov 2021 18:55:41 +0100