-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathblocs.sh
More file actions
executable file
·38 lines (37 loc) · 1.15 KB
/
blocs.sh
File metadata and controls
executable file
·38 lines (37 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#python2.7 src/main.py -d 200 -i 100 -o 100 -u 1 -t 15,5,5,5 -c lstm -m pointnet --stats-file stats.json --domain seq2sql -k 5 --dev-seed 0 --model-seed 0 --save-file params --train-source-file data/train.jsonl --train-db-file data/train.db --train-table-file data/train.tables.jsonl --train-data data/wikisql_train.tsv
'''python src/main.py \
-d 200 \
-i 100 \
-o 100 \
-p none \
-u 1 \
-t 15,5,5,5 \
-c lstm \
-m attention \
--stats-file stats.json \
--domain geoquery \
-k 5 \
--dev-seed 0 \
--model-seed 0 \
--train-data geo880/geo880_train100.tsv \
--dev-data geo880/geo880_test280.tsv --save-file params'''
#python src/main.py \
MP_NUM_THREADS=10 THEANO_FLAGS=-openblas flags=-lopenblas python src/main.py \
-d 200 \
-i 100 \
-o 100 \
-p attention \
-u 1 \
-t 15,5,5,5 \
-c lstm \
-m attn2hist \
--stats-file result/stats_gru.json \
--domain overnight-blocks \
-k 0 \
--dev-seed 0 \
--model-seed 0 \
--train-data data/overnight/blocks_train.tsv \
--dev-data data/overnight/blocks_test.tsv \
--train-source-file data/wikisql/train.jsonl \
--train-db-file data/wikisql/train.db \
--train-table-file data/wikisql/train.tables.jsonl