CRIPAC-DIG / NGNN

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Two doubts on data

sizhangyu opened this issue · comments

After reading your code, I come up with two doubts on the data usage:

  1. It seems that the test set was used for tuning the parameters.

  2. The original test samples provided by the dataset were not used for evaluation. Instead, the test samples are re-sampled from the filtered test set, where hard samples are not contained.

I am wondering if your results in the paper were generated using these pieces of code.