-
Notifications
You must be signed in to change notification settings - Fork 8
/
2_cmd.sh
4 lines (4 loc) · 1.42 KB
/
2_cmd.sh
1
2
3
4
CUDA_VISIBLE_DEVICES=2 fairseq-generate ../fairseq_vanilla/data-bin/iwslt14.tokenized.de-en --path /n/rush_lab/users/y/checkpoints/barrier/iwslt/checkpoint_best.pt --batch-size 1 --topk 16 --rounds 4 --remove-bpe --D 3 --max-len-a 0.941281036889224 --max-len-b 0.8804326732522796 > /n/rush_lab/users/y/test_ab_logs/iwslt-epoch-ab/topk16_D3_rounds4_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=2 fairseq-generate ../fairseq_vanilla/data-bin/iwslt14.tokenized.de-en --path /n/rush_lab/users/y/checkpoints/barrier/iwslt/checkpoint_best.pt --batch-size 1 --topk 32 --rounds 4 --remove-bpe --D 3 --max-len-a 0.941281036889224 --max-len-b 0.8804326732522796 > /n/rush_lab/users/y/test_ab_logs/iwslt-epoch-ab/topk32_D3_rounds4_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=2 fairseq-generate ../fairseq_vanilla/data-bin/iwslt14.tokenized.de-en --path /n/rush_lab/users/y/checkpoints/barrier/iwslt/checkpoint_best.pt --batch-size 1 --topk 64 --rounds 4 --remove-bpe --D 3 --max-len-a 0.941281036889224 --max-len-b 0.8804326732522796 > /n/rush_lab/users/y/test_ab_logs/iwslt-epoch-ab/topk64_D3_rounds4_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=2 fairseq-generate ../fairseq_vanilla/data-bin/iwslt14.tokenized.de-en --path /n/rush_lab/users/y/checkpoints/barrier/iwslt/checkpoint_best.pt --batch-size 1 --topk 128 --rounds 4 --remove-bpe --D 3 --max-len-a 0.941281036889224 --max-len-b 0.8804326732522796 > /n/rush_lab/users/y/test_ab_logs/iwslt-epoch-ab/topk128_D3_rounds4_speed.txt 2>&1