Skip to content

Commit e85d515

Browse files
authored
Update onnx_precomputed_hybrid_system.py
Missing Union in typing
1 parent 6873b12 commit e85d515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/setups/rasr/onnx_precomputed_hybrid_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def nn_recognition(
3535
rtf: int,
3636
mem: int,
3737
nn_prior: bool,
38-
epochs: Optional[List[int, str]] = None,
38+
epochs: Optional[List[Union[int, str]]] = None,
3939
train_job: Optional[Union[returnn.ReturnnTrainingJob, returnn.ReturnnRasrTrainingJob]] = None,
4040
needs_features_size: bool = True,
4141
acoustic_mixture_path: Optional[tk.Path] = None,

0 commit comments

Comments
 (0)