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

[Feature] Add RGCN for text classification #588

Open
wants to merge 28 commits into
base: develop
Choose a base branch
from

Commits on Nov 16, 2022

  1. initial merge, awaiting test

    xiao03 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    5e28dfb View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. add library code and test

    xiao03 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1d794a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. add rgcn for QG

    hugochan committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    5d57dab View commit details
    Browse the repository at this point in the history
  2. update config

    xiao03 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    c4437c1 View commit details
    Browse the repository at this point in the history
  3. format the script

    xiao03 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    ef70aa3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c20b9c2 View commit details
    Browse the repository at this point in the history
  5. add direction_options for rgcn

    xiao03 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    ca03f95 View commit details
    Browse the repository at this point in the history
  6. format

    xiao03 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    af5fc60 View commit details
    Browse the repository at this point in the history
  7. remove unused parameters

    xiao03 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    e1fa01d View commit details
    Browse the repository at this point in the history
  8. isort fix

    xiao03 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    279e0b0 View commit details
    Browse the repository at this point in the history
  9. isort fix again

    xiao03 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    124c205 View commit details
    Browse the repository at this point in the history
  10. fix ci

    AlanSwift committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    a6c1d45 View commit details
    Browse the repository at this point in the history
  11. update rgcn & test case

    xiao03 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    e5d53a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. fix

    AlanSwift committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    570dc89 View commit details
    Browse the repository at this point in the history
  2. bug fix on bi sep

    xiao03 committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    06703a4 View commit details
    Browse the repository at this point in the history
  3. bug fix on bi_fuse

    xiao03 committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    5b5f77a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b0bdc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5b9808 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

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

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    9e39bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e0c597 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Configuration menu
    Copy the full SHA
    9c82c72 View commit details
    Browse the repository at this point in the history
  2. update readme

    hugochan committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    82fbb9c View commit details
    Browse the repository at this point in the history
  3. linter & update readme

    hugochan committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    887f2d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

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

Commits on Dec 16, 2022

  1. fix ci

    AlanSwift committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    f3a223d View commit details
    Browse the repository at this point in the history
  2. fix ci

    AlanSwift committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    3b9137a View commit details
    Browse the repository at this point in the history
  3. fix ci

    AlanSwift committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    47ba47c View commit details
    Browse the repository at this point in the history