Skip to content
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

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 10, 2023

  1. implement node/layer/graph-wise sampling

    infinity committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d943ee1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    57261ea View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    12ffa96 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. add lazygcn model, but currently it only supports full-batch evaluati…

    …on. add recyclingsampling task class.
    infinity committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    41ae1c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    d603f88 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    e52b04e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. support multi-workers dataloading; support multi-subgraphs mini-batch…

    …-training for ClusterGCN.
    infinity committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    6d7e54c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. save calculated probability; fix bugs in inductive-learning; add batc…

    …h-wise evaluation choice (as what PyG does)
    infinity committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    f1e527b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. delete useless files.

    infinity committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    b02651a View commit details
    Browse the repository at this point in the history
  2. add .gitignore

    infinity committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    efe0d92 View commit details
    Browse the repository at this point in the history
  3. Fix the bug of ClusterGCN

    make examples clustergcn_nodeclass.py runable.
    TheRoadQaQ committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    2a00b6e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. GraphSAINT

    only node sampler
    TheRoadQaQ committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b253bb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef019b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6519321 View commit details
    Browse the repository at this point in the history
  4. add nodewise/layerwise/graphwise-sampler class

    infinity committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c467498 View commit details
    Browse the repository at this point in the history
  5. add nodewise/layerwise/graphwise-sampler class

    infinity committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ad03353 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b4fee2 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Add graphsaint.

    TheRoadQaQ committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3f42108 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. add GAugO

    infinity committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    0be039a View commit details
    Browse the repository at this point in the history
  2. add GAugO

    infinity committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    442d3e5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from TheRoadQaQ/ssq-dev

    Add graphSAINT
    infinity1009 authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    252d2fd View commit details
    Browse the repository at this point in the history
  4. Merge origin/ssq-dev to ssq-dev

    infinity committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4443271 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. add GAugM

    infinity committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    3999fbc View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. add FLAG, but currently it doesn't support sampling-based model, and …

    …doesn't test GAT(only GCN and SAGE for ogbn-arxiv)
    infinity committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    077d453 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    d0419b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. fix OOM problem when FLAG evaluates on Ogbn-products; test mini-batch…

    … FLAG with GAT
    infinity committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    ec4aac1 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. add deterministic graph generation part of GAugM

    infinity committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d6294cb View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Configuration menu
    Copy the full SHA
    94daf56 View commit details
    Browse the repository at this point in the history
  2. change search_config.py

    infinity committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    9b33e76 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. update hp for GAugOMini; change the adj stack method for ClusterGCN; …

    …fix GraphSAINT
    infinity committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    c5fe9bf View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. remove private information.

    infinity committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    c811513 View commit details
    Browse the repository at this point in the history