forked from harvardnlp/cascaded-generation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
7_cmd.sh
2 lines (2 loc) · 842 Bytes
/
7_cmd.sh
1
2
CUDA_VISIBLE_DEVICES=3 fairseq-generate ../fairseq_vanilla/data-bin/wmt17_en_de_joint --path /n/rush_lab/users/y/checkpoints/barrier/en-de-retrain/checkpoint62.pt --batch-size 1 --topk 32 --rounds 5 --remove-bpe --D 0 --max-len-a 0.9799950605387177 --max-len-b 1.2678756896665853 --gen-subset valid --max-size 3000 --seed 1234 > /n/rush_lab/users/y/val_ab_logs/wmt-en-de-epoch-ab-fixD0/topk32_D0_rounds5_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=3 fairseq-generate ../fairseq_vanilla/data-bin/wmt17_en_de_joint --path /n/rush_lab/users/y/checkpoints/barrier/en-de-retrain/checkpoint62.pt --batch-size 1 --topk 128 --rounds 5 --remove-bpe --D 0 --max-len-a 0.9799950605387177 --max-len-b 1.2678756896665853 --gen-subset valid --max-size 3000 --seed 1234 > /n/rush_lab/users/y/val_ab_logs/wmt-en-de-epoch-ab-fixD0/topk128_D0_rounds5_speed.txt 2>&1