neural-graphs
neural-graphs copied to clipboard
mnist-inr-classification.ipynb can't work
as I was running this
I got
and I try to upgrade my torch_geometric
and it sill doesn't work.
How can I get rid of this? help!
What is the Torch Geometric version in your environment? We have tested our source code with version 2.3.0, newer versions might not work out of the box. In newer versions of Torch Geometric, the module seems to be renamed to _trim_to_layer, so running:
from torch_geometric.utils._trim_to_layer import TrimToLayer
seems to work for me.
Online notebook still can't work. I guess there is something wrong with the versions. But download it and run it locally with conda solve the problem. thanks:)