Fix a typo in export_onnx.py for yesno

This commit is contained in:
Fangjun Kuang 2023-08-12 16:58:34 +08:00
parent a81396b482
commit 127f1bc691

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