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
164 stars 39 forks source link

running time is unacceptable #14

Closed plzhai closed 4 months ago

plzhai commented 2 years ago

Hi, the idea in this article is somewhat interesting.

however, the running time is unacceptable absolutely, even on the provided toy data.

why using batch-size 1 and mask-len from 1 to len in the experiment? This setting helps better performance?

plzhai commented 2 years ago

the reported baseline results in your paper are reproduced by yourselves?

they are also evaluated on all the locations of the dataset? I remember that GeoSAN evaluates their results on a sampled small set of all the locations.

zhzfight commented 1 year ago

hi, have you run STAN on other datasets and how did it work? thank you for reply

yingtaoluo commented 4 months ago

Hi, the idea in this article is somewhat interesting.

however, the running time is unacceptable absolutely, even on the provided toy data.

why using batch-size 1 and mask-len from 1 to len in the experiment? This setting helps better performance?

Thanks. Sorry if I did not check the repo regularly. The setting is not standard, and I personally do not recommend evaluating a POI model based on our own setting... The only reason we did so was precisely because of the limitations due to computational resources.

yingtaoluo commented 4 months ago

hi, have you run STAN on other datasets and how did it work? thank you for reply

hi, have you run STAN on other datasets and how did it work? thank you for reply

We only tested on the four datasets listed in the paper.