Open annelorejp opened 2 years ago
It is the prediction at time step 3 and 12 respectively.
Thanks for your reply! So there is predicted based on the time steps before AND the training model which uses the training data? OR Are the predictions only based on the couple of time steps before?
Same question. What does 99 mean?
oh, I knew that 99 represents 99th node.
Hi,
Currently I'm working on the Graph-WaveNet code with my own dataset (predicting the amount of patients occupying a bed in a hospital).
There is one thing I don't fully understand from the code.
In this line of code (test.py line 100-104):
Can anyone explain to me what they are doing in this piece of code? And what the difference is between y12 and y3?
I really hope someone can help me! :)
Thanks in advance!