Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 234 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 234 Bytes

Torch Geometric GNN

An implementation of a graph neural network using the torch_geometric library

Example output

Enter the number of nodes: 5
Predicted sequence: [3. 1. 4. 2. 0.] | Target sequence: [3. 1. 4. 2. 0.]