Skip to content

Commit 05ded8f

Browse files
author
Rui Zhang
committedNov 24, 2019
test spider
1 parent 8132def commit 05ded8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test_spider_editsql.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# the result (models, logs, prediction outputs) are saved in $LOGDIR
99

1010
GLOVE_PATH="/home/lily/rz268/dialog2sql/word_emb/glove.840B.300d.txt" # you need to change this
11-
LOGDIR="logs_spider_editsql"
11+
LOGDIR="logs/logs_spider_editsql"
1212

1313
CUDA_VISIBLE_DEVICES=0 python3 run.py --raw_train_filename="data/spider_data_removefrom/train.pkl" \
1414
--raw_validation_filename="data/spider_data_removefrom/dev.pkl" \

0 commit comments

Comments
 (0)
Please sign in to comment.