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~
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~