Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test_sparc_editsql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down