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

Problems with data dimensions #2

Open
hookwz opened this issue Oct 13, 2022 · 5 comments
Open

Problems with data dimensions #2

hookwz opened this issue Oct 13, 2022 · 5 comments

Comments

@hookwz
Copy link

hookwz commented Oct 13, 2022

Hello, the author. Excuse me. I want to ask about Data_ Container_ OD. Load in py_ What do the dimensions read from data represent? Why do I need to use reshape (- 1,47,47)?

@underdoc-wang
Copy link
Owner

Hello. Thanks for your interest in this repo. The shape of data actually represents OD (origin-destination) matrix - essentially (number-of-samples, number-of-origins, number-of-destinations). Supposing we have 47 regions, then the shape of OD matrix should be (47, 47). Hope I solve your problem.

@hookwz
Copy link
Author

hookwz commented Oct 16, 2022 via email

@hookwz
Copy link
Author

hookwz commented Oct 16, 2022 via email

@underdoc-wang
Copy link
Owner

Hi again. You are right. I forgot to mention that here we expand the last dimension (to 1) to fit the input for the 2D graph convolution operation. Thus, you should get (576, 238, 238, 1) as the model input.

@mikrocosmoss
Copy link

Hello dear author.Would you please provide the dataset?

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

3 participants