This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
distributed_computation [2015/04/09 17:52] mganzeboom created |
distributed_computation [2015/04/30 07:55] (current) mganzeboom |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Distributed computing ====== | + | ====== |
| Different ways are used to distribute computing for training and evaluating in SPRAAK. See corresponding sections below. | Different ways are used to distribute computing for training and evaluating in SPRAAK. See corresponding sections below. | ||
| 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 ===== | ||