mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
Fix a typo in export_onnx.py for yesno (#1213)
This commit is contained in:
parent
a81396b482
commit
dfccadc6b6
@ -126,7 +126,7 @@ def main():
|
||||
|
||||
logging.info(f"Saved to {onnx_filename}")
|
||||
meta_data = {
|
||||
"model_type": "tdnn_lstm",
|
||||
"model_type": "tdnn",
|
||||
"version": "1",
|
||||
"model_author": "k2-fsa",
|
||||
"comment": "non-streaming tdnn for the yesno recipe",
|
||||
|
Loading…
x
Reference in New Issue
Block a user