-
Notifications
You must be signed in to change notification settings - Fork 8
/
5_cmd.sh
2 lines (2 loc) · 896 Bytes
/
5_cmd.sh
1
2
CUDA_VISIBLE_DEVICES=1 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 3 --remove-bpe --D 3 --max-len-a 0.8853894031751983 --max-len-b 0.9270677277453601 --gen-subset valid --max-size 3000 --seed 1234 > /n/rush_lab/users/y/val_ab_logs/iwslt-distill-epoch-ab-fixD0/topk32_D3_rounds3_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=1 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 3 --remove-bpe --D 3 --max-len-a 0.8853894031751983 --max-len-b 0.9270677277453601 --gen-subset valid --max-size 3000 --seed 1234 > /n/rush_lab/users/y/val_ab_logs/iwslt-distill-epoch-ab-fixD0/topk128_D3_rounds3_speed.txt 2>&1