Skip to content

Instantly share code, notes, and snippets.

@sidneyarcidiacono
Last active May 17, 2021 20:47
Show Gist options
  • Save sidneyarcidiacono/4b2706e4bb6d6f1713ee7d921b2d510b to your computer and use it in GitHub Desktop.
Save sidneyarcidiacono/4b2706e4bb6d6f1713ee7d921b2d510b to your computer and use it in GitHub Desktop.
Instantiate model for training Spektral
# Instantiate our model for training
model = ProteinsGNN(32, data.n_labels)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment