CRIPAC-DIG / NGNN

[WWW 2019] Code and dataset for "Dressing as a Whole: Outfit Compatibility Learning Based on Node-wise Graph Neural Networks"
81 stars 23 forks source link

Fashion Graph created but not used? #11

Open anthonybourilTC opened 4 years ago

anthonybourilTC commented 4 years ago

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?

sakshamarora97 commented 1 year ago

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