-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add sampling paradigm #10
base: main
Are you sure you want to change the base?
Commits on Nov 10, 2023
-
implement node/layer/graph-wise sampling
infinity committedNov 10, 2023 Configuration menu - View commit details
-
Copy full SHA for d943ee1 - Browse repository at this point
Copy the full SHA d943ee1View commit details
Commits on Nov 12, 2023
-
add graphsage. reorganize training scripts in the examples fold.
infinity committedNov 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 57261ea - Browse repository at this point
Copy the full SHA 57261eaView commit details
Commits on Nov 13, 2023
-
update vanillagcn to vanillgnn; reorganize the sampling abstract.
infinity committedNov 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 12ffa96 - Browse repository at this point
Copy the full SHA 12ffa96View commit details
Commits on Nov 15, 2023
-
add lazygcn model, but currently it only supports full-batch evaluati…
…on. add recyclingsampling task class.
infinity committedNov 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 41ae1c5 - Browse repository at this point
Copy the full SHA 41ae1c5View commit details
Commits on Nov 17, 2023
-
update lazygcn to lazygnn, and now lazygnn supports mini-batch evalua…
…tion.
infinity committedNov 17, 2023 Configuration menu - View commit details
-
Copy full SHA for d603f88 - Browse repository at this point
Copy the full SHA d603f88View commit details
Commits on Nov 18, 2023
-
reorganize the code structure; fix some bugs of ClusterGCN.
infinity committedNov 18, 2023 Configuration menu - View commit details
-
Copy full SHA for e52b04e - Browse repository at this point
Copy the full SHA e52b04eView commit details
Commits on Nov 21, 2023
-
support multi-workers dataloading; support multi-subgraphs mini-batch…
…-training for ClusterGCN.
infinity committedNov 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 6d7e54c - Browse repository at this point
Copy the full SHA 6d7e54cView commit details
Commits on Dec 2, 2023
-
save calculated probability; fix bugs in inductive-learning; add batc…
…h-wise evaluation choice (as what PyG does)
infinity committedDec 2, 2023 Configuration menu - View commit details
-
Copy full SHA for f1e527b - Browse repository at this point
Copy the full SHA f1e527bView commit details
Commits on Dec 3, 2023
-
infinity committed
Dec 3, 2023 Configuration menu - View commit details
-
Copy full SHA for b02651a - Browse repository at this point
Copy the full SHA b02651aView commit details -
infinity committed
Dec 3, 2023 Configuration menu - View commit details
-
Copy full SHA for efe0d92 - Browse repository at this point
Copy the full SHA efe0d92View commit details -
make examples clustergcn_nodeclass.py runable.
Configuration menu - View commit details
-
Copy full SHA for 2a00b6e - Browse repository at this point
Copy the full SHA 2a00b6eView commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b253bb6 - Browse repository at this point
Copy the full SHA b253bb6View commit details -
implement C++ version of node-wise sampling for one layer.
infinity committedDec 4, 2023 Configuration menu - View commit details
-
Copy full SHA for ef019b9 - Browse repository at this point
Copy the full SHA ef019b9View commit details -
fix tiny bugs for clustergcn, add nodewisesampler and layerwisesampler.
infinity committedDec 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 6519321 - Browse repository at this point
Copy the full SHA 6519321View commit details -
add nodewise/layerwise/graphwise-sampler class
infinity committedDec 4, 2023 Configuration menu - View commit details
-
Copy full SHA for c467498 - Browse repository at this point
Copy the full SHA c467498View commit details -
add nodewise/layerwise/graphwise-sampler class
infinity committedDec 4, 2023 Configuration menu - View commit details
-
Copy full SHA for ad03353 - Browse repository at this point
Copy the full SHA ad03353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b4fee2 - Browse repository at this point
Copy the full SHA 1b4fee2View commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3f42108 - Browse repository at this point
Copy the full SHA 3f42108View commit details
Commits on Dec 8, 2023
-
infinity committed
Dec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 0be039a - Browse repository at this point
Copy the full SHA 0be039aView commit details -
infinity committed
Dec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 442d3e5 - Browse repository at this point
Copy the full SHA 442d3e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 252d2fd - Browse repository at this point
Copy the full SHA 252d2fdView commit details -
Merge origin/ssq-dev to ssq-dev
infinity committedDec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 4443271 - Browse repository at this point
Copy the full SHA 4443271View commit details
Commits on Dec 9, 2023
-
infinity committed
Dec 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 3999fbc - Browse repository at this point
Copy the full SHA 3999fbcView commit details
Commits on Dec 13, 2023
-
add FLAG, but currently it doesn't support sampling-based model, and …
…doesn't test GAT(only GCN and SAGE for ogbn-arxiv)
infinity committedDec 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 077d453 - Browse repository at this point
Copy the full SHA 077d453View commit details
Commits on Dec 14, 2023
-
add PyG-Style GNN models, add sampling-based FLAG (Test for Ogbn-Prod…
…ucts)
infinity committedDec 14, 2023 Configuration menu - View commit details
-
Copy full SHA for d0419b7 - Browse repository at this point
Copy the full SHA d0419b7View commit details
Commits on Dec 16, 2023
-
fix OOM problem when FLAG evaluates on Ogbn-products; test mini-batch…
… FLAG with GAT
infinity committedDec 16, 2023 Configuration menu - View commit details
-
Copy full SHA for ec4aac1 - Browse repository at this point
Copy the full SHA ec4aac1View commit details
Commits on Dec 19, 2023
-
add deterministic graph generation part of GAugM
infinity committedDec 19, 2023 Configuration menu - View commit details
-
Copy full SHA for d6294cb - Browse repository at this point
Copy the full SHA d6294cbView commit details
Commits on Dec 24, 2023
-
add Mixup model, which supports minibatch training. add HPO codes for…
… GAug
infinity committedDec 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 94daf56 - Browse repository at this point
Copy the full SHA 94daf56View commit details -
infinity committed
Dec 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 9b33e76 - Browse repository at this point
Copy the full SHA 9b33e76View commit details
Commits on Dec 25, 2023
-
update hp for GAugOMini; change the adj stack method for ClusterGCN; …
…fix GraphSAINT
infinity committedDec 25, 2023 Configuration menu - View commit details
-
Copy full SHA for c5fe9bf - Browse repository at this point
Copy the full SHA c5fe9bfView commit details
Commits on Jan 6, 2024
-
infinity committed
Jan 6, 2024 Configuration menu - View commit details
-
Copy full SHA for c811513 - Browse repository at this point
Copy the full SHA c811513View commit details