We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8132def commit 05ded8fCopy full SHA for 05ded8f
test_spider_editsql.sh
@@ -8,7 +8,7 @@
8
# the result (models, logs, prediction outputs) are saved in $LOGDIR
9
10
GLOVE_PATH="/home/lily/rz268/dialog2sql/word_emb/glove.840B.300d.txt" # you need to change this
11
-LOGDIR="logs_spider_editsql"
+LOGDIR="logs/logs_spider_editsql"
12
13
CUDA_VISIBLE_DEVICES=0 python3 run.py --raw_train_filename="data/spider_data_removefrom/train.pkl" \
14
--raw_validation_filename="data/spider_data_removefrom/dev.pkl" \
0 commit comments