From 8767a2ade116d85568d6628a9ff759a48fb2c063 Mon Sep 17 00:00:00 2001 From: samspotting <84199636+samspotting@users.noreply.github.com> Date: Sun, 5 Mar 2023 01:31:36 -0800 Subject: [PATCH] bug fix to file args --- ltr-end-to-end.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ltr-end-to-end.sh b/ltr-end-to-end.sh index 2d625b9c..9d7767da 100755 --- a/ltr-end-to-end.sh +++ b/ltr-end-to-end.sh @@ -90,9 +90,9 @@ if [ $? -ne 0 ] ; then exit 2 fi # Run our test queries through -python $WEEK/utilities/build_ltr.py --xgb_test "$OUTPUT_DIR/test.csv" --train_file "$OUTPUT_DIR/train.csv" --output_dir "$OUTPUT_DIR" --xgb_test_num_queries $NUM_TEST_QUERIES --xgb_main_query $MAIN_QUERY_WEIGHT --xgb_rescore_query_weight $RESCORE_WEIGHT +python $WEEK/utilities/build_ltr.py --xgb_test "$OUTPUT_DIR/test.csv" --train_file "$OUTPUT_DIR/train.csv" --output_dir "$OUTPUT_DIR" --xgb_test_num_queries $NUM_TEST_QUERIES --xgb_main_query_weight $MAIN_QUERY_WEIGHT --xgb_rescore_query_weight $RESCORE_WEIGHT if [ $? -ne 0 ] ; then exit 2 fi # Analyze the results -python $WEEK/utilities/build_ltr.py --analyze --output_dir "$OUTPUT_DIR" \ No newline at end of file +python $WEEK/utilities/build_ltr.py --analyze --output_dir "$OUTPUT_DIR"