How to specify the stride in setting #194
Unanswered
chengzhanhong
asked this question in
BaiduKDDCup2022
Replies: 2 comments
|
No, you don't need to consider the stride parameter. |
0 replies
|
Hi, Yes, the stride is set by the organizers. Thanks a lot for your support. |
0 replies
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.
The dataset report says "A length-𝐿𝑥-length-288 prediction window is adopted to roll the whole test set with stride Δ𝑡 time step".
However, there is no code about the
stridein evaluation.py.I am wondering if tests with different strides are just different test files, as in the current implementation:
PaddleSpatial/apps/wpf_baseline_gru/kddcup22-sdwpf-evaluation/paddlepaddle/evaluation.py
Line 167 in b8bdee9
which means the submitted forecast function does not need to consider the
strideparameter?All reactions