NGNN icon indicating copy to clipboard operation
NGNN copied to clipboard

Fashion Graph created but not used?

Open anthonybourilTC opened this issue 4 years ago • 1 comments

I've been working through this code, and found it slightly odd that the fashion graph created early on (aka: total_graph, G) does not get utilized during the training process.

The positive and negative training samples begin from a blank matrix and don't utilize any edge weights from total_graph, and while the main function cm_ggnn accepts the total_graph as an input it eventually goes un-used.

Is this desired behavior? What is the purpose of the total_graph?

anthonybourilTC avatar May 14 '20 17:05 anthonybourilTC

I have the same question - this is extremely surprising, can someone explain?

sakshamarora97 avatar Apr 16 '23 02:04 sakshamarora97