Commit 313730e9 authored by Jay's avatar Jay
Browse files

fix an argument

parent 9a8b89ac
...@@ -14,5 +14,5 @@ PROCESSED_FILE=<PATH_OF_INPUT_FILE_FOR_RESPONSE_GENERATION> \ ...@@ -14,5 +14,5 @@ PROCESSED_FILE=<PATH_OF_INPUT_FILE_FOR_RESPONSE_GENERATION> \
python ${DIR}/tasks/msdp/preprocessing.py \ python ${DIR}/tasks/msdp/preprocessing.py \
--func prepare_input \ --func prepare_input \
--test_file ${TEST_FILE} \ --test_file ${TEST_FILE} \
--knowledge_gen_file ${KNOWLEDGE_FILE} \ --knwl_gen_file ${KNOWLEDGE_FILE} \
--processed_file ${PROCESSED_FILE} --processed_file ${PROCESSED_FILE}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment