Skip to content

Instantly share code, notes, and snippets.

@sidneyarcidiacono
Last active May 17, 2021 20:49
Show Gist options
  • Save sidneyarcidiacono/91f888d34d927d7529917aefd97c3181 to your computer and use it in GitHub Desktop.
Save sidneyarcidiacono/91f888d34d927d7529917aefd97c3181 to your computer and use it in GitHub Desktop.
Calling GCNFilter
# Since we want to utilize the Spektral GCN layer, we want to follow the original paper for this method and perform some preprocessing:
from spektral.transforms import GCNFilter
data.apply(GCNFilter())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment