Skip to content

Instantly share code, notes, and snippets.

@sidneyarcidiacono
Last active May 17, 2021 20:46
Show Gist options
  • Save sidneyarcidiacono/89e3e53497630b7f639dca2c6f31ef9c to your computer and use it in GitHub Desktop.
Save sidneyarcidiacono/89e3e53497630b7f639dca2c6f31ef9c to your computer and use it in GitHub Desktop.
Compile Spektral/Keras GCN model
# Compile model with our optimizer (adam) and loss function
model.compile('adam', 'categorical_crossentropy')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment