ShayanTalaei / CHESS

Contextual Harnessing for Efficient SQL Synthesis
Apache License 2.0
103 stars 25 forks source link

Node name not found in global..... #7

Closed evanlin88 closed 1 month ago

evanlin88 commented 1 month ago

Hi This is info of the script "run/run_main.sh" (chess) root@testai:/data/chess/CHESS# cat run/run_main.sh data_mode='dev' # Options: 'dev', 'train'

data_path="/data/chess/CHESS/data/dev/dev.json" # UPDATE THIS WITH THE PATH TO THE TARGET DATASET

pipeline_nodes='keyword_extraction+entity_retrieval+context_retrieval+column_filtering+table_selection+column_selection+candidate_generation+revision+evaluation' checkpoint_nodes='' checkpoint_dir=""

When I Run the script "run/run_main.sh", and print some error info like this: Error processing task: california_schools 9 first errorodeevaluation ERROR: Error processing task: california_schools 9 first add_nodeevaluation Node name not found in global..... evaluation

Is there something wrong with my configuration somewhere? I can't understant the code of "src/pipeline/workflow_builder.py"

evanlin88 commented 1 month ago

because using the end-of-line character in Windows will result in an extra \r when running on Linux. "evaluation\r"