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 6873b12 commit e85d515Copy full SHA for e85d515
common/setups/rasr/onnx_precomputed_hybrid_system.py
@@ -35,7 +35,7 @@ def nn_recognition(
35
rtf: int,
36
mem: int,
37
nn_prior: bool,
38
- epochs: Optional[List[int, str]] = None,
+ epochs: Optional[List[Union[int, str]]] = None,
39
train_job: Optional[Union[returnn.ReturnnTrainingJob, returnn.ReturnnRasrTrainingJob]] = None,
40
needs_features_size: bool = True,
41
acoustic_mixture_path: Optional[tk.Path] = None,
0 commit comments