AttributeError: module 'dgl.function' has no attribute 'src_mul_edge'

As it in title, I am using Linux + dgl-1.1.2+cu116 (install from whl file because network is restricted in the GPU clusters). I just need src_mul_edge, copy_edge, sum, is there some way to use them?

Just use fn.u_mul_e, fn.copy_e and fn.sum.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.