Poprawa wypisysania wyników zadań
This commit is contained in:
parent
fbec4930f3
commit
b8a97274e6
@ -20,7 +20,7 @@ echo "Wyniki dla test-A:"
|
||||
for d in $(wc -l */out.tsv | grep $(cat ~/sport-text-classification-ball-dont-peek/test-A/expected.tsv | wc -l) | sed 's/^[0-9 ]\+//' | sed 's|/[a-z]\+.tsv$||' | sort -u)
|
||||
do
|
||||
cp ~/sport-text-classification-ball-dont-peek/test-A/expected.tsv $d/
|
||||
geval -t $d | python3 -c "import sys, math; x=sys.stdin.read().strip(); print('test-A accuracy:', x, '\t', math.ceil(float(x) * 7.0), end='\t')"
|
||||
geval -t $d | python3 -c "import sys, math; x=sys.stdin.read().strip(); print('test-A accuracy:', x, ' ', math.ceil(float(x) * 7.0), end=' ')"
|
||||
echo $d | sed 's/_[0-9]\+_assignsubmission_file_$/\t/'
|
||||
done
|
||||
|
||||
@ -30,7 +30,7 @@ echo "Wyniki dla dev-0:"
|
||||
for d in $(wc -l */out.tsv | grep $(cat ~/sport-text-classification-ball-dont-peek/dev-0/expected.tsv | wc -l) | sed 's/^[0-9 ]\+//' | sed 's|/[a-z]\+.tsv$||' | sort -u)
|
||||
do
|
||||
cp ~/sport-text-classification-ball-dont-peek/dev-0/expected.tsv $d/
|
||||
geval -t $d | python3 -c "import sys, math; x=sys.stdin.read().strip(); print('dev-0 accuracy:', x, '\t', math.ceil(float(x) * 7.0), end='\t')"
|
||||
geval -t $d | python3 -c "import sys, math; x=sys.stdin.read().strip(); print('dev-0 accuracy:', x, ' ', math.ceil(float(x) * 7.0), end=' ')"
|
||||
echo $d | sed 's/_[0-9]\+_assignsubmission_file_$/\t/'
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user