-
Hi, thank for your contribution you have made.
I wonder if i could use trained model to predict on a new sample ? Can you give me instructions or code demo?
( Now I'm using ACFM model for traffic fl…
-
Hi,
For Foursquare-NYC and Foursquare-TKY, it seems that you use the global version of Foursquare dataset, rather than NYC and TKY check-in version (which is the benchmark datasets for POI recommen…
-
Hi, thanks for your work on LibCity.
When checking the dataset, I found the PEMS07 actually has data for only 98 days. However, many works including LibCity claims that it contains data for 123 days …
-
According to the paper, geographical embedding and semantical embedding are trained through two sperate networks.
But ge and se are generated using the same GCN module in your implementation `libcit…
-
I have one question regarding the config files of PEMSD4 and PEMSD8:
https://github.com/LibCity/Bigscity-LibCity-Datasets/blob/1921e440a269abdeef7af7f73a5271ecda7419c2/pemsd4.py#L94-L95
Why the "s…
-
Hi, thanks for your incredible job.
Recently I learned the code of the location prediction task in the LibCity, and the `padding size` was set to the `actual size + 1` on both the *location feature…
-
用Foursquare_tky数据集来运行你们其他这个任务下的模型全部都出现错误, 要么就是最后的准确率为0,要么就是比其他文章中相同的baseline高出一倍,比如我用DeepMove来预测,得到的Recall@1为0.562,但其他文章中的值正确应为0.173左右
-
Hello there, I found that in your google drive, there are only foursquare_nyc and foursquare_tky dataset, but I want to use foursquare_sin(singapore) as well in order to complete my research. Please k…
-
I am reading the paper "DISCRETE GRAPH STRUCTURE LEARNING FOR FORECASTING MULTIPLE TIME SERIES". I compared it with the implemented model named "GTS" in LibCity and met one possible bug.
In LibCity…
-
Hi, thanks for the awesome work.
A logging error happened during the evaluation process. The default task in code https://github.com/LibCity/Bigscity-LibCity/blob/master/run_model.py is working well…