Hi, thank you for open source! I executed train_base.py and have some questions as follows:
- The performance on de dataset. I paste the results in the paper and highlight the values that correspond to
train_base.py

I executed train_base.py and record the results as follows:

I noticed my GMF's NDCG@10 is far higher than that in the paper, and the rest 5 values are far lower. I did not change the content in train_base.py, what should I do to reproduce the models in the paper.
- Whether the results in the paper are taken from the validation or the test? I set num_epoch as 175 and I found some metrics in the validation set are much higher than that in the paper, but the results of the test set are still lower.
- If the results in the paper are taken from the test set, how did you set up the early stopping strategy? (i.e., the value of patience)
- I did not find the description of the batch size in the paper, but it is 1024 in the file. Is the batch size in the paper 1024?
I hope you can reply to these questions that puzzle me when you have time, thank you very much!
Hi, thank you for open source! I executed
train_base.pyand have some questions as follows:train_base.pyI executed

train_base.pyand record the results as follows:I noticed my GMF's NDCG@10 is far higher than that in the paper, and the rest 5 values are far lower. I did not change the content in
train_base.py, what should I do to reproduce the models in the paper.I hope you can reply to these questions that puzzle me when you have time, thank you very much!