https://pytorch.org/docs/stable/sparse.html#sparse-coo-docs
PyTorch implements the so-called Coordinate format, or COO format, as one of the storage formats for implementing sparse tensors.
In COO...
写得好好!循序渐进!图例简直了超级形象呀!
向全世界安利这个博客作为GNN的入门博客!
不过这是2021年的了,一些比较新的技术和方向没有包含
A Gentle Introduction to Graph Neural NetworksGraphs have up to four types of information that we will potentially want to us...