Welcome to mirror list, hosted at ThFree Co, Russian Federation.

collect.sh « intgemm « decoder « tests - github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 346965d6c15f99203a2eaea437a3243a526dbabe (plain)
1
2
3
4
for f in `ls *.out`; do 
    cp $f $(basename $f .out).avx.expected
    cp $f.bleu $(basename $f .out).avx.expected.bleu
done