submit ERROR: "No such file or directory: ./data/sdwpf_baidukddcup2022_full_full.csv" #99
Answered
by
ramber1836
yuhao-morning
asked this question in
BaiduKDDCup2022
Replies: 3 comments
|
Have you ever tested your model in your local environment? |
0 replies
|
I tested locally,with my own main program evaluation.py and data it runs very well. I think it is the directory problem, it cannot find the file. Maybe can you check the log again?
…---- Replied Message ----
| From | Xinjiang ***@***.***> |
| Date | 05/24/2022 18:05 |
| To | ***@***.***> |
| Cc | ***@***.******@***.***> |
| Subject | Re: [PaddlePaddle/PaddleSpatial] submit ERROR: "No such file or directory: ./data/sdwpf_baidukddcup2022_full_full.csv" (Discussion #99) |
Have you ever tested your model in your local environment?
The structure of your local environment should follow the code structure of 'PaddleSpatial/apps/wpf_baseline_gru/kddcup22-sdwpf-evaluation/paddlepaddle'.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
0 replies
|
The evaluation script adopted for the online test is not your version.
Regards,
Xinjiang Lu
…On Tue, May 24, 2022 at 6:47 PM yuhao1982 ***@***.***> wrote:
I tested locally,with my own main program evaluation.py and data it runs
very well. I think it is the directory problem, it cannot find the file.
Maybe can you check the log again?
---- Replied Message ----
| From | Xinjiang ***@***.***> |
| Date | 05/24/2022 18:05 |
| To | ***@***.***> |
| Cc | ***@***.******@***.***> |
| Subject | Re: [PaddlePaddle/PaddleSpatial] submit ERROR: "No such file
or directory: ./data/sdwpf_baidukddcup2022_full_full.csv" (Discussion #99) |
Have you ever tested your model in your local environment?
The structure of your local environment should follow the code structure
of
'PaddleSpatial/apps/wpf_baseline_gru/kddcup22-sdwpf-evaluation/paddlepaddle'.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID:
***@***.***>
—
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVHY34QEQROHXYUW7MVSD3VLSXTFANCNFSM5WY3J3PA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
0 replies
Answer selected by
ramber1836
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.
My submiited folder structure is :
predict.py
prepare.py
some other .py files
data/sdwpf_baidukddcup2022_full_full.csv
data/sdwpf_baidukddcup2022_full_full_processed_withna.csv
data/config_kdd2022.json
models/trained_config.json
modes/ts_view_modes/***.ckpt
Is there any wrong?
All reactions