Question about evaluation #54
|
How can run manual evaluation? My local folder structure: What is the script that system uses to evaluate? Can submit system show more information to easier debug? |
Replies: 9 comments
|
Please follow the instructions described in the Section "Submitted Files" in the Manual (https://github.com/PaddlePaddle/PaddleSpatial/blob/main/apps/wpf_baseline_gru/kddcup22-sdwpf-evaluation/README.md) |
|
Please read the released evaluation.py carefully, it demonstrates all the details of the evaluation. |
|
I have met the same error... How do you solve it? |
|
As mentioned in the readme "Manual on Evaluation" The files to be submitted are illustrated as follows: ./your-folder-name (rename it acording to your setting) Say, for instance, if the files to be submitted were located in a folder which is named 'your-folder-name', then, the files in this folder (i.e. 'your-folder-name') should include:
You do not need to submit the test data and the evaluation scripts, since these are already placed for the online tests. |
|
We must load in TestData inside file "pred_file"? How can we import test_data.py from "pred_file" if we dont know location of our folder? |
|
Please refer to the evaluation.py script for more details.
The logic is that the test_data (including test_x and test_y) have already
been loaded if the pred_file was invoked by the evaluation script.
…On Sun, May 15, 2022 at 9:43 AM phuongnam ***@***.***> wrote:
We must load in TestData inside file "pred_file"? How can we import
test_data.py from "pred_file" if we dont know location of our folder?
—
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVHY35WVE3TFAQEVLQ4VZ3VKBJD7ANCNFSM5V2EKOZQ>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
|
I have the same problem, how did you solve it? Thank you! |
|
I found that my code import torch but I submit in framework base. |

Please follow the instructions described in the Section "Submitted Files" in the Manual (https://github.com/PaddlePaddle/PaddleSpatial/blob/main/apps/wpf_baseline_gru/kddcup22-sdwpf-evaluation/README.md)