Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the meaning of the last dimension of the input (Batch_size, Time granularity, Node number,2) of the network? #19

Closed
zhengxuyu opened this issue Jan 29, 2019 · 7 comments

Comments

@zhengxuyu
Copy link

Hi, where can I get the introduction of the METR-LA and the PEMS-Bay dataset? What is the meaning of the last dimension of the input (Batch_size, Time granularity, Node number,2) of the network?

@liyaguang
Copy link
Owner

Hi zhengxu, the input data is (N x T x V x D), where N is the number of training examples, T corresponds to the number of input steps, V denotes the number of nodes, and D represents the input feature dimension, here 2 consists of 1) the speed and 2) the time.

@zhengxuyu
Copy link
Author

About the second dim, what 'the time' means to be specific?

@yansicing
Copy link

yansicing commented Apr 18, 2019

The second dimension T is timesteps, which means seq_len, whose value is 12
The last dimension D is the speed corresponding to a certain time ~

@mengmeng716
Copy link

Hi, liyaguang @liyaguang thanks for sharing the great work. actually I don't think the second input feature dimensions is time. because I find the value is something like float in In scientific counting, the value is between [0,1] , mean value 0.497, max value 0.997, min value 0; so can you provide some evidence for the second feature dimenson please?

thanks and best regards,

@chenz97
Copy link

chenz97 commented Jan 3, 2020

Hi @yansicing , thanks for your explaination, but I still have questions here. You said "D is the speed corresponding to a certain time", and I'm wondering which time it is. I was thinking the authors were using 5-minutes average speed, right? If so, what is the time that the speed corresponds to? Thank you very much!

@liyaguang
Copy link
Owner

liyaguang commented Jan 12, 2020

Hi @chenz97, @mengmeng716, the time dimension refers to the normalized time in a day, e.g., 0:00 am will be 0, while 12pm will be 0.5.

@liyaguang liyaguang pinned this issue Jan 13, 2020
@chenz97
Copy link

chenz97 commented Jan 15, 2020

Hi @liyaguang , I got it. Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants