This DGL example implements the GNN model proposed in the paper CompositionGCN. The author's codes of implementation is in here
Note: Please replace the paper and author's codes with the paper you implemented.
This example was implemented by zhjwy9343 during his *** work at the AWS Shanghai AI Lab.
Note: Please replace the implementor with your identity and *** with your real status when implement this example.
The DGL's built-in CoraGraphDataset. Dataset summary:
- NumNodes: 2708
- NumEdges: 10556
- NumFeats: 1433
- NumClasses: 7
- NumTrainingSamples: 140
- NumValidationSamples: 500
- NumTestSamples: 1000
In the MVP4ModelExample folder, run
python main.py
If want to use a GPU, run
python main.py --gpu 0
Note:Please replace these commands with your implementation's real commands.
Note: If your implementation needs to reproduce the SOTA performance, please put these performance here.