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
When I loading the data graph, it throws an error "[3] 53771 segmentation fault ./DAF -d /import/vldb/2/scratch/sli/hypergraphs/amazon-reviews/daf/data.graph". However, it works when loads small data graph.
My data graph contains "t 6507372 72834055". And my data graph format just look like the following sample:
t 11 12
v 0 14
v 1 14
v 2 14
v 3 14
v 4 14
v 5 14
v 6 14
v 7 14
v 8 1000000005
v 9 1000000004
v 10 1000000003
e 0 8
e 1 8
e 4 8
e 3 8
e 2 8
e 0 9
e 6 9
e 1 9
e 7 9
e 5 10
e 0 10
e 1 10
If it is possible. please tell me what kind of reasons will cause this error.
Best,
The text was updated successfully, but these errors were encountered:
When I loading the data graph, it throws an error "[3] 53771 segmentation fault ./DAF -d /import/vldb/2/scratch/sli/hypergraphs/amazon-reviews/daf/data.graph". However, it works when loads small data graph.
My data graph contains "t 6507372 72834055". And my data graph format just look like the following sample:
t 11 12
v 0 14
v 1 14
v 2 14
v 3 14
v 4 14
v 5 14
v 6 14
v 7 14
v 8 1000000005
v 9 1000000004
v 10 1000000003
e 0 8
e 1 8
e 4 8
e 3 8
e 2 8
e 0 9
e 6 9
e 1 9
e 7 9
e 5 10
e 0 10
e 1 10
If it is possible. please tell me what kind of reasons will cause this error.
Best,
The text was updated successfully, but these errors were encountered: