Mercurial > hg > aimc
diff trunk/experiments/scripts/cnbh-syllables/results_plotting/munge_results.sh @ 423:b36762259dc6
- Scripts for plotting summary performance graphs.
author | tomwalters |
---|---|
date | Mon, 01 Nov 2010 00:31:00 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/trunk/experiments/scripts/cnbh-syllables/results_plotting/munge_results.sh Mon Nov 01 00:31:00 2010 +0000 @@ -0,0 +1,2 @@ +#!/bin/bash +find ./ -iname "*.txt" | xargs grep "Score on test talkers" | sed "s/\.\///" | sed "s/4_states_4_mixture_components\/results_iteration_15.txt:# Score on test talkers: //" | sed "s/\//,/g" | sed "s/dB//" | sed "s/snr_//" | sed "s/_talkers//" | sed s/%// | sed s/,0,/,00,/ | sed s/,3,/,03,/ | sed s/,6,/,06,/ | sed s/,9,/,09,/ > results_test_all.csv