We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5e42e commit 008d230Copy full SHA for 008d230
common/setups/rasr/hybrid_system.py
@@ -354,7 +354,9 @@ def nn_recognition(
354
name: str,
355
returnn_config: returnn.ReturnnConfig,
356
checkpoints: Dict[int, returnn.Checkpoint],
357
- acoustic_mixture_path: Optional[tk.Path], # TODO maybe Optional if prior file provided -> automatically construct dummy file
+ acoustic_mixture_path: Optional[
358
+ tk.Path
359
+ ], # TODO maybe Optional if prior file provided -> automatically construct dummy file
360
prior_scales: List[float],
361
pronunciation_scales: List[float],
362
lm_scales: List[float],
0 commit comments