change argument interface
- add more properties for network specification - change names for consistency
This commit is contained in:
10
Makefile
10
Makefile
@@ -1,18 +1,18 @@
|
||||
run:
|
||||
python3 main.py --mode train --train data/rk_mini.csv.gz --model results/test1 --epochs 2 --depth small \
|
||||
--hidden_char_dims 16 --domain_embd 8 --batch 64 --balanced_weights --type final
|
||||
--dense_embd 16 --domain_embd 8 --batch 64 --balanced_weights --type final
|
||||
|
||||
python3 main.py --mode train --train data/rk_mini.csv.gz --model results/test2 --epochs 2 --depth small \
|
||||
--hidden_char_dims 16 --domain_embd 8 --batch 64 --balanced_weights --type inter
|
||||
--dense_embd 16 --domain_embd 8 --batch 64 --balanced_weights --type inter
|
||||
|
||||
python3 main.py --mode train --train data/rk_mini.csv.gz --model results/test3 --epochs 2 --depth medium \
|
||||
--hidden_char_dims 16 --domain_embd 8 --batch 64 --balanced_weights --type final
|
||||
--dense_embd 16 --domain_embd 8 --batch 64 --balanced_weights --type final
|
||||
|
||||
python3 main.py --mode train --train data/rk_mini.csv.gz --model results/test4 --epochs 2 --depth medium \
|
||||
--hidden_char_dims 16 --domain_embd 8 --batch 64 --balanced_weights --type inter
|
||||
--dense_embd 16 --domain_embd 8 --batch 64 --balanced_weights --type inter
|
||||
|
||||
python3 main.py --mode train --train data/rk_mini.csv.gz --model results/test5 --epochs 2 --depth small \
|
||||
--hidden_char_dims 16 --domain_embd 8 --batch 64 --balanced_weights --type staggered
|
||||
--dense_embd 16 --domain_embd 8 --batch 64 --balanced_weights --type staggered
|
||||
|
||||
test:
|
||||
python3 main.py --mode test --batch 128 --models results/test* --test data/rk_mini.csv.gz
|
||||
|
Reference in New Issue
Block a user