forked from harvardnlp/cascaded-generation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
1_cmd.sh
4 lines (4 loc) · 1.49 KB
/
1_cmd.sh
1
2
3
4
CUDA_VISIBLE_DEVICES=1 fairseq-generate ../fairseq_vanilla/data-bin/wmt16_en_ro_joint --path /n/rush_lab/users/y/checkpoints/barrier/en-ro-mlm-3gpu-largelr-fix/checkpoint97.pt --batch-size 1 --topk 16 --rounds 3 --remove-bpe --D 3 --max-len-a 0.996921062198531 --max-len-b 1.0282739671455445 > /n/rush_lab/users/y/test_ab_logs/wmt-en-ro-epoch-ab/topk16_D3_rounds3_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=1 fairseq-generate ../fairseq_vanilla/data-bin/wmt16_en_ro_joint --path /n/rush_lab/users/y/checkpoints/barrier/en-ro-mlm-3gpu-largelr-fix/checkpoint97.pt --batch-size 1 --topk 32 --rounds 3 --remove-bpe --D 3 --max-len-a 0.996921062198531 --max-len-b 1.0282739671455445 > /n/rush_lab/users/y/test_ab_logs/wmt-en-ro-epoch-ab/topk32_D3_rounds3_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=1 fairseq-generate ../fairseq_vanilla/data-bin/wmt16_en_ro_joint --path /n/rush_lab/users/y/checkpoints/barrier/en-ro-mlm-3gpu-largelr-fix/checkpoint97.pt --batch-size 1 --topk 64 --rounds 3 --remove-bpe --D 3 --max-len-a 0.996921062198531 --max-len-b 1.0282739671455445 > /n/rush_lab/users/y/test_ab_logs/wmt-en-ro-epoch-ab/topk64_D3_rounds3_speed.txt 2>&1
CUDA_VISIBLE_DEVICES=1 fairseq-generate ../fairseq_vanilla/data-bin/wmt16_en_ro_joint --path /n/rush_lab/users/y/checkpoints/barrier/en-ro-mlm-3gpu-largelr-fix/checkpoint97.pt --batch-size 1 --topk 128 --rounds 3 --remove-bpe --D 3 --max-len-a 0.996921062198531 --max-len-b 1.0282739671455445 > /n/rush_lab/users/y/test_ab_logs/wmt-en-ro-epoch-ab/topk128_D3_rounds3_speed.txt 2>&1