From 46336716682d6f822b2a5dbd95c190d14a6584a5 Mon Sep 17 00:00:00 2001 From: siddharthrawal121 <54965793+siddharthrawal121@users.noreply.github.com> Date: Sun, 27 Sep 2020 18:29:30 -0400 Subject: [PATCH] Update test_sparc_editsql.sh --- test_sparc_editsql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_sparc_editsql.sh b/test_sparc_editsql.sh index 8e5fcd1..ef3f22b 100644 --- a/test_sparc_editsql.sh +++ b/test_sparc_editsql.sh @@ -10,7 +10,7 @@ GLOVE_PATH="/home/lily/rz268/dialog2sql/word_emb/glove.840B.300d.txt" # you need to change this LOGDIR="logs/logs_sparc_editsql" -CUDA_VISIBLE_DEVICES=5 python3 run.py --raw_train_filename="data/sparc_data_removefrom/train.pkl" \ +CUDA_VISIBLE_DEVICES=5 python3 run.py --raw_train_filename="data/sparc_data_removefrom/train.pkl" \ #Change the CUDA_VISIBLE_DEVICES according to your GPU --raw_validation_filename="data/sparc_data_removefrom/dev.pkl" \ --database_schema_filename="data/sparc_data_removefrom/tables.json" \ --embedding_filename=$GLOVE_PATH \