DIG icon indicating copy to clipboard operation
DIG copied to clipboard

AttributeError: 'GCNConv' object has no attribute '__explain__'

Open cxw-droid opened this issue 1 year ago • 0 comments

Hi,

There is an error when I tried to train a new model for PGExplainer: $ /bin/bash ./models/train_gnns.sh:

AttributeError: 'GCNConv' object has no attribute '__explain__'

The error is from here https://github.com/divelab/DIG/blob/83eefb10fa0d5e690dfabd352ef197bdf249d229/dig/xgraph/PGExplainer/models/GCN.py#L56

Could you please take a look at this issue? Thanks.

cxw-droid avatar Sep 15 '22 18:09 cxw-droid