Hi I’m trying to implement the AttentiveFP model but I’m getting the following error
AttributeError: module ‘dgl.function’ has no attribute ‘copy_edge’
I believe I have installed the required dependencies. I’m running it in a virtual environment using python 3.8.10.
Does anybody know whats going on?