Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SALIENT++ on my own dataset #2

Open
DavideCerbarano opened this issue Oct 18, 2023 · 0 comments
Open

SALIENT++ on my own dataset #2

DavideCerbarano opened this issue Oct 18, 2023 · 0 comments

Comments

@DavideCerbarano
Copy link

Hi!
I was trying to test SALIENT++ library on my own dataset on a local machine with 1 single GPU.
I read both works on SALIENT and SALIENT++ with specific indications in the repositories, and I have installed SALIENT++ library as suggested. Now, my question is on how to introduce a fast sampler in my code where I am currently using the PyG NeighborLoader, to try to appreciate a speed-up on training and inference on a large graph dataset.
To ensure to overcome to the PyG bottlenecks, should I simply load my datatset using the from_pyg method of FastDataset class and the recall a model from the ones defined in driver/models.py?

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant