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? |
Beta Was this translation helpful? Give feedback.
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) |
Beta Was this translation helpful? Give feedback.
-
As I understand, my submit.zip will be put inside folder tests/, and when run evaluation, the file location tests/submit.zip will be pass to evaluate function? |
Beta Was this translation helpful? Give feedback.
-
Please read the released evaluation.py carefully, it demonstrates all the details of the evaluation. |
Beta Was this translation helpful? Give feedback.
-
I have met the same error... How do you solve it? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
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>
|
Beta Was this translation helpful? Give feedback.
-
I have the same problem, how did you solve it? Thank you! |
Beta Was this translation helpful? Give feedback.
-
I found that my code import torch but I submit in framework base. |
Beta Was this translation helpful? Give feedback.
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)