rwth-i6 / i6_core

Sisyphus recipies for ASR
Mozilla Public License 2.0
16 stars 23 forks source link

Add `rqmt` to `ComputeTimeStampErrorJob` #533

Closed SimBe195 closed 2 months ago

SimBe195 commented 2 months ago

Introduce a self.rqmt parameter to the ComputeTimeStampErrorJob in order to avoid running as mini_task which may run into oom on larger corpora (see #532).

Credit to @michelwi for the suggested solution.