metrics calculation

This commit is contained in:
Tomasz Łysiak 2019-05-16 10:48:41 +02:00
parent c3ca990640
commit 05845d3c7b

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
sh 'git checkout'
sh 'python3 script.py'
archiveArtifacts artifacts: 'num_lines.txt'
sh 'sudo python3 calculate_metrics.py'
sh 'python3 calculate_metrics.py'
archiveArtifacts artifacts: 'wikiniews_results_with_wer.tsv'
archiveArtifacts artifacts: 'wer_mean.txt'
archiveArtifacts artifacts: 'srr.txt'