What does the results NPZ file contain? #230
Unanswered
malay-gaherwar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I take the case of short term traffic forecasting like AGCRN. I see that the test_results.npz file generated contains 3 numpy arrays: prediction, target and inputs. All of them of the dimenions of the test dataset with input or output length included in them. Lets say the number of time steps of the test dataset was 21000 and number of sensors were 400. My target array should be of dimensions (21000,400,1), where 1 indicates traffic volume. But instead the dimension of all these 3 arrays is (21000,400,12,1). My questions are as follows:
Beta Was this translation helpful? Give feedback.
All reactions