metrics calculation

This commit is contained in:
Tomasz Łysiak 2019-05-16 10:14:44 +02:00
parent 9f681f317d
commit 7cd179e927

2
Jenkinsfile vendored
View File

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