ColdenChan
Results
3
comments of
ColdenChan
用python2版本就可以不用修改代码了
> Hi, thanks for your code. But when I run python main.py --dataset PROTEINS, there is an error as follows: > `Validation loss:0.513576095168655 accuracy:0.7567567567567568 Traceback (most recent call last): File...
> I identified the issue in the SAGPool `layers.py` code: > > ```python > score = self.score_layer(x, edge_index).squeeze() > ``` > > will actually squeeze the tensor to a 0-dimensional...