-
Notifications
You must be signed in to change notification settings - Fork 45
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
Run disk version of MariusGNN failed #143
Comments
Hi there. Thanks for your question. It's not immediately obvious to me why this isn't working, but it's possible it is because you are trying to put the edges in Host_Memory. Can you try the following for your storage config:
|
I looked into this issue a bit more and it seems there were some bugs in the code that appeared very infrequently, but more often when running disk-based training. I have fixed those issues in this PR (#147) and merged the changes into main. Can you try running your config again? With the updates, I did not have any issues running the following. Preprocessing command: Config:
|
Hi, I'd like to run the disk version of MariusGNN. I found when I set the feature's storage type to PARTITION_BUFFER, I would meet the segmentation fault error:
(If I set the storage type to HOST_MEMORY, I could run the training procedure successfully.)
Specifically,
I downloaded the master branch of Marius, built a docker, and conducted experiments in the docker.
I followed these instructions to install Marius.
Here is my training config file:
And this is how I generate the datasets:
This is the dataset directory:
I would be very appreciated if you could help solve my issue~
The text was updated successfully, but these errors were encountered: