IGB-Datasets icon indicating copy to clipboard operation
IGB-Datasets copied to clipboard

Largest realworld open-source graph dataset - Worked done under IBM-Illinois Discovery Accelerator Institute and Amazon Research Awards and in collaboration with NVIDIA Research.

Results 8 IGB-Datasets issues
Sort by recently updated
recently updated
newest added

I am unable to reproduce the accuracy results in the paper for IGB-large+SAGE model. I got 60~61% validation and test accuracy after 3 epochs, compared to 64.89% in the paper....

question

I think this might be a bug. Could someone take a look if it's convenient? When I try to modify https://github.com/IllinoisGraphBenchmark/IGB-Datasets/blob/main/igb/train_single_gpu.py#L150 on the small and medium datasets, there's always an...

question

Provide context and explain with the example if possible and relevant. BTW, Why is the training node accuracy for IGB much lower than the validation and test accuracy? Usually, based...

question

Currently, IGB dataloaders use numpy mmap. numpy mmap is extremely slow and single-threaded. We should consider enabling torch mmap to enable multithreaded support when reading the data from the disk....

enhancement

We should consider adding the dataset to the huggingface dataset repository for wider usage. Details on how to add the dataset is available here - https://huggingface.co/docs/hub/datasets-adding

enhancement

Hi! I'm trying to download the `IGB-large` dataset. but I found that it's very slow to download the raw feature file (say .npy file). Do you have any plan about...

enhancement
question