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

Filter out empty tensors inside trim_to_layer #7942

Merged
merged 14 commits into from
Sep 11, 2023

Commits on Aug 28, 2023

  1. filter out empty tensor for x, edge_index and edge_attr after calling…

    … `trim_to_layer` function
    
    Signed-off-by: Liu,Kaixuan <[email protected]>
    kaixuanliu committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    26ba7b8 View commit details
    Browse the repository at this point in the history
  2. update CHANGELOG

    Signed-off-by: Liu,Kaixuan <[email protected]>
    kaixuanliu committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d51b589 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    3dd9651 View commit details
    Browse the repository at this point in the history
  2. add unit test

    Signed-off-by: Liu,Kaixuan <[email protected]>
    kaixuanliu committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c8374ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf9d282 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    18cf3dc View commit details
    Browse the repository at this point in the history
  2. add more check in unit test per Andrea's suggestion

    Signed-off-by: Liu,Kaixuan <[email protected]>
    kaixuanliu committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    316090c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Update trim_to_layer.py

    EdisonLeeeee authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0b06a7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    136d141 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    EdisonLeeeee authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    42979e9 View commit details
    Browse the repository at this point in the history
  4. Update torch_geometric/utils/trim_to_layer.py

    Co-authored-by: Jintang Li <[email protected]>
    kaixuanliu and EdisonLeeeee authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    df202a3 View commit details
    Browse the repository at this point in the history
  5. update

    rusty1s committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    da89f18 View commit details
    Browse the repository at this point in the history
  6. update

    rusty1s committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c1a8f52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12bcd8a View commit details
    Browse the repository at this point in the history