DMVST-Net icon indicating copy to clipboard operation
DMVST-Net copied to clipboard

Would you update the code anymore?

Open still2009 opened this issue 6 years ago • 10 comments

Hi~ I have read your paper accepted by AAAI 2018, nice work! i just found your code repository for this work, i am very instersted in reproducing your work via real data experiment. could you update your code to show the data format of network inputs?

in detail: the format of input parameters of function build_model? def build_model(trainX, trainY, testX, testY, trainimage, testimage, traintopo, testtopo, feature_len)

besides, No relevant code can be found about the graph embedding part mentioned in paper. hope to get your new updates ^_^ .

still2009 avatar Jun 21 '18 12:06 still2009

As I shown in the readme, I will update soon. In addition, I simply use LINE to do the network embedding. If you are Chinese, you can add my wechat: Huaxiu_Yao66

huaxiuyao avatar Jun 21 '18 14:06 huaxiuyao

@still2009 did you solve for a real world example? Do you have an example ?

mpearmain avatar Aug 18 '18 06:08 mpearmain

I am working on a same problem as this paper described, but using an open source dataset produced by DiDi China from real world taxi calling scenario.

still2009 avatar Aug 26 '18 00:08 still2009

The author has mentioned the dataset before, in README: https://outreach.didichuxing.com/appEn-vue/Personal.

still2009 avatar Aug 26 '18 00:08 still2009

@still2009 Hi, I am also working on this kinds of problem. I visited the URL (https://outreach.didichuxing.com/appEn-vue/Personal) and requested the dataset of Xi'an and Chengdu, but still didn't get the results. I found that you mentioned there is an open source dataset by Didi China. Which dataset do you refer to?

LeiBAI avatar Sep 11 '18 05:09 LeiBAI

@LeiBAI Hi~ The dataset i mentioned before is exactly what you applied for in the website you listed above. Be patient, your application would probably be accepted just in one day.

still2009 avatar Sep 11 '18 06:09 still2009

@still2009 Thanks ~~ My email is [email protected]. We may talk about our work and problems ~~

LeiBAI avatar Sep 12 '18 03:09 LeiBAI

hi, i was wondering if anyone understood how to use the model in training? is each point i calculated seperately or is it possible to calculate all points at the same time?

ChanaRoss avatar Feb 12 '19 17:02 ChanaRoss

hi, i was wondering if anyone understood how to use the model in training? is each point i calculated seperately or is it possible to calculate all points at the same time?

This model is point independent, and should apply to any (i, t) and corresponding data in your dataset. Is this what you were asking about?

P.S. I recommend you to read the pesudocode in the paper. It's pretty straightfoward.

anthqiu avatar Nov 27 '19 13:11 anthqiu

Hi~ I have read your paper accepted by AAAI 2018, nice work! i just found your code repository for this work, i am very instersted in reproducing your work via real data experiment. could you update your code to show the data format of network inputs?

in detail: the format of input parameters of function build_model? def build_model(trainX, trainY, testX, testY, trainimage, testimage, traintopo, testtopo, feature_len)

besides, No relevant code can be found about the graph embedding part mentioned in paper. hope to get your new updates ^_^ .

hi~recently i read this paper ,and have the same question, if you have solved this problem,could you please tell me something about it? Thank you very much!!!!!

kexin997 avatar May 01 '21 08:05 kexin997