keras-gat
keras-gat copied to clipboard
遇到这个问题怎么解决啊???求大佬解答!!
keep_dims is deprecated, use keepdims instead
Traceback (most recent call last):
File "D:/Gra_stu/Pratice/keras-gat-master/examples/gat.py", line 36, in
对应graph_attention_layer.py文件中这一行:mask = -10e9 * (1.0 - A)
Not too sure what's going on here, but you should check the inputs to your layers.
A
should be a tensor-like object, not a list.
Cheers