Skip to content

Instantly share code, notes, and snippets.

@juliensimon
Last active December 20, 2019 23:17
Show Gist options
  • Save juliensimon/374b47b5559299c00ae390dfd2220864 to your computer and use it in GitHub Desktop.
Save juliensimon/374b47b5559299c00ae390dfd2220864 to your computer and use it in GitHub Desktop.
DGL part 5
inputs = torch.eye(node_count)
labeled_nodes = torch.tensor([0, 33])
labels = torch.tensor([0,1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment