Skip to content

There are models that do not work. #4

@jihyeon-song

Description

@jihyeon-song

While experimenting with various models while adjusting SbmBeamHandler.benchmarker_wrappers in sbm_config_mwe.gin, I found that models such as GIN, MLP, APPNP, SGC, and GATv2 in basic_gnn.py did not run except for GAT and GCN GraphSAGE. All raises "TypeError: 'NoneType' object is not subscriptable [while running 'Benchmark Simple GCN.']".
How to solve this case?
I modified SbmBeamHandler.benchmarker_wrappers as below to run ./main_local_mwe.sh
SbmBeamHandler.benchmarker_wrappers = [
@GAT_/NNNodeBenchmark,
@GIN_/NNNodeBenchmark,
@APPNP_/NNNodeBenchmark,
@GATv2_/NNNodeBenchmark,
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions