INK-USC / G-PlanET

8 stars 2 forks source link

Issue following documentation in ~/G-PlanET/evaluation / readme #2

Open Starfranklyn opened 4 hours ago

Starfranklyn commented 4 hours ago

Hi,

Please kindly assist with how to add the result as stated in the readme file in the evaluation section of your project. All other steps have been completed successfully up to this point.

"To evaluate, add the result path in line 171 of split_eval_no_group.py then run it, the formulation of the result path should be"

I have not been able to identify the referred to result path.

Chengsong-Huang commented 3 hours ago

Sorry for adding some hard-coding path in the codes. In split_eval_no_group.py line 150

 with open(f'./result/{l}', "r+", encoding="utf8") as f:

Here is the path for the results file, and L is defined in line 135-136. You can manually update the paths to result files, or use the line 129-133 to automatically get the path.

Thank you for your attention on our work!

afeawoL commented 3 hours ago

As a follow up to this request. After generating the required datasets and requirements, i have been unable to locate the result path referred to in the documentation. Do i need to create a folder "results" in the G-PlanEt folder

Chengsong-Huang commented 3 hours ago

@afeawoL I think so