You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Songqing Zhang bc3da3717e
[Misc] Fix validation dataset's usage in RGCN link example (#7308)
4 weeks ago
..
GATNE-T [Example][Minor] Update README/requirements from sklearn -> scikit-learn (#5792) 11 months ago
GNN-FiLM [Example][Minor] Update README/requirements from sklearn -> scikit-learn (#5792) 11 months ago
NGCF examples (#5323) 1 year ago
P-GNN [Doc]Removing useless dataset loading instructions for the P-GNN example. (#5861) 11 months ago
TAHIN [Example][Minor] Update README/requirements from sklearn -> scikit-learn (#5792) 11 months ago
appnp Improving the APPNP example. (#6054) 9 months ago
argo [Bug] Fix the link to the image in argo readme (#7162) 2 months ago
arma examples (#5323) 1 year ago
bgnn [Examples] Fix bugs of numpy in examples. (#6546) 6 months ago
bgrl [Example] Fix numpy errors in examples. (#6554) 6 months ago
capsule [Fix][Readability] Improving the Capsule Network example. (#5985) 9 months ago
caregnn [Misc] Rename number_of_edges and number_of_nodes to num_edges and num_nodes in examples. (#5492) 1 year ago
cluster_gcn Improving the output for the Cluster GCN example. (#6079) 9 months ago
compGCN Improving the CompGCN example. (#6068) 9 months ago
correct_and_smooth examples (#5323) 1 year ago
dagnn examples (#5323) 1 year ago
deepergcn examples (#5323) 1 year ago
deepwalk Remove duplicate code of deepwalk (#1965) 3 years ago
dgi Improving the DGI example. (#6034) 9 months ago
dgmg [Misc] Rename number_of_edges and number_of_nodes to num_edges and num_nodes in examples. (#5492) 1 year ago
diffpool [Sparse] Add conversion between DGLGraph and SparseMatrix. (#5553) 1 year ago
dimenet Fix num_labels to num_classes in dataset files (#6666) 5 months ago
dtgrnn [Misc]Improving the output of the DCRNN training script. (#5790) 11 months ago
eeg-gcnn Adding `--num_workers` input parameter to the EEG_GCNN example. (#6467) 6 months ago
eges examples (#5323) 1 year ago
evolveGCN examples (#5323) 1 year ago
gas [Examples] Fix bugs of numpy in examples. (#6546) 6 months ago
gat Fix num_labels to num_classes in dataset files (#6666) 5 months ago
gatv2 Improving the GATv2 example. (#6035) 9 months ago
gcmc [GCMC]Fixing warnings that appear during in `gcmc` training. (#7152) 2 months ago
gcn [Feature] Enable bfloat16 convert functions in Python API (#5760) 9 months ago
geniepath Fix num_labels to num_classes in dataset files (#6666) 5 months ago
ggnn [Misc] Using the aliases of builtin types like np.int is deprecated (#7300) 1 month ago
gin [Example][Minor] Update README/requirements from sklearn -> scikit-learn (#5792) 11 months ago
gnn_explainer examples (#5323) 1 year ago
grace [Example] Fix numpy errors in examples. (#6554) 6 months ago
grand examples (#5323) 1 year ago
graph_matching [Misc] Rename number_of_edges and number_of_nodes to num_edges and num_nodes in examples. (#5492) 1 year ago
graphsage [Feature] Enable bfloat16 convert functions in Python API (#5760) 9 months ago
graphsaint [Example] Fix numpy errors in examples. (#6554) 6 months ago
graphsim examples (#5323) 1 year ago
graphwriter examples (#5323) 1 year ago
gxn examples (#5323) 1 year ago
han [Misc] Rename number_of_edges and number_of_nodes to num_edges and num_nodes in examples. (#5492) 1 year ago
hardgat Improving the HARD_GAT example (#6036) 9 months ago
hgp_sl [Example] Super small fix for import in HGL_SP example (#6984) 3 months ago
hgt Improving the HGT example. (#6069) 9 months ago
hilander [Misc] Using the aliases of builtin types like np.int is deprecated (#7300) 1 month ago
infograph examples (#5323) 1 year ago
jknet Improving the JKNET example. (#6596) 5 months ago
jtnn [Misc] Rename number_of_edges and number_of_nodes to num_edges and num_nodes in examples. (#5492) 1 year ago
label_propagation examples (#5323) 1 year ago
labor [Bug] fix inference for labor example (#6148) 8 months ago
lda examples (#5323) 1 year ago
line_graph examples (#5323) 1 year ago
metapath2vec [Misc] Rename number_of_edges and number_of_nodes to num_edges and num_nodes in examples. (#5492) 1 year ago
mixhop examples (#5323) 1 year ago
model_zoo [Example] Fix numpy errors in examples. (#6554) 6 months ago
monet Improving the MoNet example. (#5999) 9 months ago
multigpu [Example] Fix Various Examples Related to TorchMetrics (#5521) 1 year ago
mvgrl [Misc] Using the aliases of builtin types like np.int is deprecated (#7300) 1 month ago
node2vec examples (#5323) 1 year ago
ogb [Misc] Using the aliases of builtin types like np.int is deprecated (#7300) 1 month ago
ogb_lsc examples (#5323) 1 year ago
ogc [Example] add ogc method (#6437) 6 months ago
pinsage [Example] Fix numpy errors in examples. (#6554) 6 months ago
pointcloud [Misc] Using the aliases of builtin types like np.int is deprecated (#7300) 1 month ago
rect lintrunner (#5326) 1 year ago
rgat [Example] Fix Various Examples Related to TorchMetrics (#5521) 1 year ago
rgcn [Misc] Fix validation dataset's usage in RGCN link example (#7308) 4 weeks ago
rgcn-hetero Improving the RGCN_HETERO example (#6060) 9 months ago
rrn [Misc] Using the aliases of builtin types like np.int is deprecated (#7300) 1 month ago
sagpool examples (#5323) 1 year ago
seal [Sparse] Add conversion between DGLGraph and SparseMatrix. (#5553) 1 year ago
sgc Fix num_labels to num_classes in dataset files (#6666) 5 months ago
sign Fix num_labels to num_classes in dataset files (#6666) 5 months ago
stgcn_wave [Example][Minor] Update README/requirements from sklearn -> scikit-learn (#5792) 11 months ago
tagcn Fix num_labels to num_classes in dataset files (#6666) 5 months ago
tgn add a link about the removed TGN example (#5456) 1 year ago
transformer examples (#5323) 1 year ago
tree_lstm [Misc] Rename number_of_edges and number_of_nodes to num_edges and num_nodes in examples. (#5492) 1 year ago
vgae [Sparse] Add conversion between DGLGraph and SparseMatrix. (#5553) 1 year ago
vrgcn [Misc] Rename number_of_edges and number_of_nodes to num_edges and num_nodes in examples. (#5492) 1 year ago
pagerank.py Improving the PAGERANK example. (#6066) 9 months ago