Hi,
Thanks for making the code public!
I have a single question about hyperparameters tuning..
In the original paper both NGCF and LightGCN, the authors mentioned that they split the data via train/valid/test. But there are no validation data in the author's Github code. Also, I could not find any validation data in your code.
So, here is the question.
How do you conduct hyperparameters tuning without any validation datasets? If you use a test dataset to tune hyperparameters, I think that is unfair. If you do not agree with this, please let me know.
Best regards