This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
distributed_computation [2015/04/09 18:21] mganzeboom |
distributed_computation [2015/04/30 07:55] (current) mganzeboom |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ===== Evaluating (i.e. recognition) experiments ===== | ===== Evaluating (i.e. recognition) experiments ===== | ||
| To distribute the computation required for example the recognition of a large corpus of speech recordings, the [[http:// | To distribute the computation required for example the recognition of a large corpus of speech recordings, the [[http:// | ||
| - | This program recalculates the totals of multiple .RES result files that SPRAAK produces in a recognition experiment. In this way, you can manually divide the corpus in multiple parts (let's say the amount of cores you have in your machine or the amount of machines you have available), run a recognition experiment with every part on a core or separate machine and merge the .RES result file of each to one big result file with '' | + | This program recalculates the totals of multiple .RES result files that SPRAAK produces in a recognition experiment. In this way, you can manually divide the corpus in multiple parts (let's say the amount of cores you have in your machine or the amount of machines you have available), run a recognition experiment with every part on a core or separate machine and merge the .RES result file of each to one big result file with '' |
| + | - Merge the contents of every .RES file into a single text file (e.g. use ' | ||
| + | - Use '' | ||
| ===== Optimize SPRAAK for N cores ===== | ===== Optimize SPRAAK for N cores ===== | ||