I would like to use GNNExplainer to interpret the model. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

I would like to use GNNExplainer to interpret the model.

I developed a GCN model using pytorch. (without using geometry) I want to put the developed model into GNNExplainer of geometry and check the result, but an error occurs. The matrices I used to create the GCN are featrue(150,65) and adjacency matrix (150,150). Isn't it possible to use x = feature / edge_index = adjacency matrix for GNNExplainer input?

4th Dec 2020, 6:29 AM
조형식
조형식 - avatar
1 Antwort
4th Dec 2020, 7:22 AM
Piyush
Piyush - avatar