forked from harvardnlp/cascaded-generation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
4_cmd.sh
2 lines (2 loc) · 872 Bytes
/
4_cmd.sh
1
2
CUDA_VISIBLE_DEVICES=0 fairseq-generate ../fairseq_vanilla/data-bin/wmt17_de_en_distill_valid --path /n/rush_lab/users/y/checkpoints/barrier/de-en-distill/checkpoint61.pt --batch-size 1 --topk 32 --rounds 2 --remove-bpe --D 3 --max-len-a 0.916756767932658 --max-len-b 0.9342969197602784 --gen-subset valid --max-size 3000 --seed 1234 > /n/rush_lab/users/y/val_ab_logs/wmt-de-en-distill-epoch-ab-fixD0/topk32_D3_rounds2_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=0 fairseq-generate ../fairseq_vanilla/data-bin/wmt17_de_en_distill_valid --path /n/rush_lab/users/y/checkpoints/barrier/de-en-distill/checkpoint61.pt --batch-size 1 --topk 128 --rounds 2 --remove-bpe --D 3 --max-len-a 0.916756767932658 --max-len-b 0.9342969197602784 --gen-subset valid --max-size 3000 --seed 1234 > /n/rush_lab/users/y/val_ab_logs/wmt-de-en-distill-epoch-ab-fixD0/topk128_D3_rounds2_speed.txt 2>&1