Open AbdeslemSmahi opened 2 years ago
Maybe you need a multi-hypergraph dataloader? Can you provide some dataset examples?
I don't have a dataset in mind , But I am trying to work with 4D MRI images by turning them into hypergraphs using specific construction methods then use node classification for segmentation. So I need to train on some of MRI images then evaluate and test on others. Thank you for your kind response.
OK. I will try to add a dataloader for the multi-hypergraph vertex classification task in the next version. The next version will be released this month.
Hi, any news on the dataloader?
OK. I will try to add a dataloader for the multi-hypergraph vertex classification task in the next version. The next version will be released this month.
Is your feature request related to a problem? Please describe. I am trying to perform node classification on multiple hypergraph , let's say I have multiple hypergraphs 80% for training and I want to test on the remaining 20% hypergraphs. Can I do that?
Describe the solution you'd like Maybe a dataloader that can arrange the hypergraph in one big hypergraph?