binaryai / sdk

Get results of binaryai.cn using our SDK
https://www.binaryai.cn/doc/
GNU General Public License v3.0
491 stars 75 forks source link

about adjacency matrices #121

Closed Xelawk closed 1 year ago

Xelawk commented 2 years ago

The size of adjacency matrices are varient in traning phase, how did you address this problem, or any strategy?

nforest commented 2 years ago

GNN model natively can handle graphs with different size, if you are willing to batch small graphs to a large one, please refer to https://docs.dgl.ai/generated/dgl.batch.html?highlight=batch#dgl.batch