Requested by @YajunHuang, who is trying to reproduce the SpEagle algorithm (example pure-Python implementation here). This is basically exact belief propagation under the BFS order.
@YajunHuang reported that using DGL's prop_nodes function is slower than the pure-Python implementation above.
🚀 Feature
Requested by @YajunHuang, who is trying to reproduce the SpEagle algorithm (example pure-Python implementation here). This is basically exact belief propagation under the BFS order. @YajunHuang reported that using DGL's
prop_nodes
function is slower than the pure-Python implementation above.