You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ofFastDataset
class and the recall a model from the ones defined indriver/models.py
?Thank you
The text was updated successfully, but these errors were encountered: