forked from harvardnlp/cascaded-generation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3_cmd.sh
4 lines (4 loc) · 1.54 KB
/
3_cmd.sh
1
2
3
4
CUDA_VISIBLE_DEVICES=3 fairseq-generate ../fairseq_vanilla/data-bin/iwslt14.tokenized.de-en-distill-valid --path /n/rush_lab/users/y/checkpoints/barrier/iwslt-distill/checkpoint_best.pt --batch-size 1 --topk 16 --rounds 5 --remove-bpe --D 3 --max-len-a 0.8853894031751983 --max-len-b 0.9270677277453601 > /n/rush_lab/users/y/test_ab_logs/iwslt-distill-epoch-ab/topk16_D3_rounds5_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=3 fairseq-generate ../fairseq_vanilla/data-bin/iwslt14.tokenized.de-en-distill-valid --path /n/rush_lab/users/y/checkpoints/barrier/iwslt-distill/checkpoint_best.pt --batch-size 1 --topk 32 --rounds 5 --remove-bpe --D 3 --max-len-a 0.8853894031751983 --max-len-b 0.9270677277453601 > /n/rush_lab/users/y/test_ab_logs/iwslt-distill-epoch-ab/topk32_D3_rounds5_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=3 fairseq-generate ../fairseq_vanilla/data-bin/iwslt14.tokenized.de-en-distill-valid --path /n/rush_lab/users/y/checkpoints/barrier/iwslt-distill/checkpoint_best.pt --batch-size 1 --topk 64 --rounds 5 --remove-bpe --D 3 --max-len-a 0.8853894031751983 --max-len-b 0.9270677277453601 > /n/rush_lab/users/y/test_ab_logs/iwslt-distill-epoch-ab/topk64_D3_rounds5_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=3 fairseq-generate ../fairseq_vanilla/data-bin/iwslt14.tokenized.de-en-distill-valid --path /n/rush_lab/users/y/checkpoints/barrier/iwslt-distill/checkpoint_best.pt --batch-size 1 --topk 128 --rounds 5 --remove-bpe --D 3 --max-len-a 0.8853894031751983 --max-len-b 0.9270677277453601 > /n/rush_lab/users/y/test_ab_logs/iwslt-distill-epoch-ab/topk128_D3_rounds5_speed.txt 2>&1