ValueError: Total of weights must be finite
I am trying to create a classification algorithm using Graph Neural Networks (GNNs) in Python, but I am encountering an error that I can’t resolve.
I am trying to create a classification algorithm using Graph Neural Networks (GNNs) in Python, but I am encountering an error that I can’t resolve.