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
According to the README, after running python compress_graph.py, I am receiving a "bus error", and I isolated it down to the following line in compress_graph.py file:
Commenting out this line no longer throws the error.
If that line is uncommented, initializing the graph through graphlearn_torch is what throws the error:
I would extremely appreciate if anyone could kindly provide some pointers on how to get the compress_graph.py script running without error.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
According to the README, after running
python compress_graph.py
, I am receiving a "bus error", and I isolated it down to the following line in compress_graph.py file:Commenting out this line no longer throws the error.
If that line is uncommented, initializing the graph through graphlearn_torch is what throws the error:
I would extremely appreciate if anyone could kindly provide some pointers on how to get the compress_graph.py script running without error.
Thanks in advance!
The text was updated successfully, but these errors were encountered: