yingtaoluo / Spatial-Temporal-Attention-Network-for-POI-Recommendation

Codes for a WWW'21 Paper. POI recommender system for location/trajectory prediction.
https://doi.org/10.1145/3442381.3449998
170 stars 38 forks source link

Which test accuracy score you report from all the epoch? #19

Closed Rajjat closed 1 year ago

Rajjat commented 2 years ago

Hello, I am using your code. It was executed for all the 100 epochs with validation accuracy and test accuracy scores displayed for each epoch. but I have one question:- Which test score do you report in the final. Is it the maximum test score out of all the epochs?

yingtaoluo commented 2 years ago

Hi, We select the epoch where we have the maximum validation score and record the test score of this epoch.

Rajjat commented 2 years ago

Thanks for your reply!