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.
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!