forked from harvardnlp/cascaded-generation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path7_cmd.sh
8 lines (8 loc) · 3.36 KB
/
7_cmd.sh
1
2
3
4
5
6
7
8
CUDA_VISIBLE_DEVICES=3 fairseq-generate ../fairseq_vanilla/data-bin/wmt17_en_de_distill_valid --path /n/rush_lab/users/y/checkpoints/barrier/en-de-distill/checkpoint66.pt --batch-size 1 --topk 16 --rounds 3 --remove-bpe --D 7 --max-len-a 0.9806108887946017 --max-len-b 0.8722537432612825 --gen-subset valid --max-size 3000 --seed 1234 > /n/rush_lab/users/y/val_ab_logs/wmt-en-de-distill-epoch-ab/topk16_D7_rounds3_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=3 fairseq-generate ../fairseq_vanilla/data-bin/wmt17_en_de_distill_valid --path /n/rush_lab/users/y/checkpoints/barrier/en-de-distill/checkpoint66.pt --batch-size 1 --topk 16 --rounds 5 --remove-bpe --D 7 --max-len-a 0.9806108887946017 --max-len-b 0.8722537432612825 --gen-subset valid --max-size 3000 --seed 1234 > /n/rush_lab/users/y/val_ab_logs/wmt-en-de-distill-epoch-ab/topk16_D7_rounds5_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=3 fairseq-generate ../fairseq_vanilla/data-bin/wmt17_en_de_distill_valid --path /n/rush_lab/users/y/checkpoints/barrier/en-de-distill/checkpoint66.pt --batch-size 1 --topk 32 --rounds 3 --remove-bpe --D 7 --max-len-a 0.9806108887946017 --max-len-b 0.8722537432612825 --gen-subset valid --max-size 3000 --seed 1234 > /n/rush_lab/users/y/val_ab_logs/wmt-en-de-distill-epoch-ab/topk32_D7_rounds3_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=3 fairseq-generate ../fairseq_vanilla/data-bin/wmt17_en_de_distill_valid --path /n/rush_lab/users/y/checkpoints/barrier/en-de-distill/checkpoint66.pt --batch-size 1 --topk 32 --rounds 5 --remove-bpe --D 7 --max-len-a 0.9806108887946017 --max-len-b 0.8722537432612825 --gen-subset valid --max-size 3000 --seed 1234 > /n/rush_lab/users/y/val_ab_logs/wmt-en-de-distill-epoch-ab/topk32_D7_rounds5_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=3 fairseq-generate ../fairseq_vanilla/data-bin/wmt17_en_de_distill_valid --path /n/rush_lab/users/y/checkpoints/barrier/en-de-distill/checkpoint66.pt --batch-size 1 --topk 64 --rounds 3 --remove-bpe --D 7 --max-len-a 0.9806108887946017 --max-len-b 0.8722537432612825 --gen-subset valid --max-size 3000 --seed 1234 > /n/rush_lab/users/y/val_ab_logs/wmt-en-de-distill-epoch-ab/topk64_D7_rounds3_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=3 fairseq-generate ../fairseq_vanilla/data-bin/wmt17_en_de_distill_valid --path /n/rush_lab/users/y/checkpoints/barrier/en-de-distill/checkpoint66.pt --batch-size 1 --topk 64 --rounds 5 --remove-bpe --D 7 --max-len-a 0.9806108887946017 --max-len-b 0.8722537432612825 --gen-subset valid --max-size 3000 --seed 1234 > /n/rush_lab/users/y/val_ab_logs/wmt-en-de-distill-epoch-ab/topk64_D7_rounds5_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=3 fairseq-generate ../fairseq_vanilla/data-bin/wmt17_en_de_distill_valid --path /n/rush_lab/users/y/checkpoints/barrier/en-de-distill/checkpoint66.pt --batch-size 1 --topk 128 --rounds 3 --remove-bpe --D 7 --max-len-a 0.9806108887946017 --max-len-b 0.8722537432612825 --gen-subset valid --max-size 3000 --seed 1234 > /n/rush_lab/users/y/val_ab_logs/wmt-en-de-distill-epoch-ab/topk128_D7_rounds3_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=3 fairseq-generate ../fairseq_vanilla/data-bin/wmt17_en_de_distill_valid --path /n/rush_lab/users/y/checkpoints/barrier/en-de-distill/checkpoint66.pt --batch-size 1 --topk 128 --rounds 5 --remove-bpe --D 7 --max-len-a 0.9806108887946017 --max-len-b 0.8722537432612825 --gen-subset valid --max-size 3000 --seed 1234 > /n/rush_lab/users/y/val_ab_logs/wmt-en-de-distill-epoch-ab/topk128_D7_rounds5_speed.txt 2>&1