Is it possible to realize mini-batch training in hypergraph neural network by using some graph sampler (like GraphSAINT
or GraphSAGE
)?
I guess it is possible to achieve it by these built graph samplers like dgl.sampling
based on the example here? I am very interested in this and wondering if you can give me some insights. Any suggestions would be helpful!