the average precision is somehow lower than 73.53% as the paper reported
tony-ch opened this issue · 1 comments
tony-ch commented
Hi,
By training and testing based on the code and data you provided, I only got average precision 68.43%~71.48%.
According to the paper, the best average precision is 73.53%, is there something else to do to get that performance?
Thanks.
Tony
Cogito2012 commented
I also get the similar results, that the average precision is 69.17%, lower than 73.53% reported in the paper.
I also noticed that the maximum epoch in this code is 30 which is smaller than 40 reported in paper. This shorter training epoch may be the cause for inferior results.