-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
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,
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels