Commit
·
7e581e5
1
Parent(s):
1f95ddc
typo fixes
Browse files
model.py
CHANGED
@@ -1025,6 +1025,7 @@ def _get_sherpa_onnx_nemo_transducer_models(
|
|
1025 |
num_threads=2,
|
1026 |
sample_rate=16000,
|
1027 |
feature_dim=80,
|
|
|
1028 |
decoding_method=decoding_method,
|
1029 |
max_active_paths=num_active_paths,
|
1030 |
)
|
|
|
1025 |
num_threads=2,
|
1026 |
sample_rate=16000,
|
1027 |
feature_dim=80,
|
1028 |
+
model_type="nemo_transducer",
|
1029 |
decoding_method=decoding_method,
|
1030 |
max_active_paths=num_active_paths,
|
1031 |
)
|