Fix a typo in export_onnx.py for yesno (#1213)

This commit is contained in:
Fangjun Kuang 2023-08-12 16:59:06 +08:00 committed by GitHub
parent a81396b482
commit dfccadc6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",