Closed tzuhanchang closed 6 months ago
Move hyperedge finding step to GraphDataset(). Hyperedges are now constructed in the dataset loading stage. This is for efficient training and future ONNX support.
GraphDataset()
ONNX
Move hyperedge finding step to
GraphDataset()
. Hyperedges are now constructed in the dataset loading stage. This is for efficient training and futureONNX
support.