mlcommons / training

Reference implementations of MLPerf™ training benchmarks
https://mlcommons.org/en/groups/training
Apache License 2.0
1.62k stars 560 forks source link

Bus error (core dumped) in graph_neural_network #744

Closed abrarfuad27 closed 4 months ago

abrarfuad27 commented 5 months ago

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: image 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: image

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!