From 3530688e0a1b1dfbb22dcd3324db97be5bbc0d9b Mon Sep 17 00:00:00 2001 From: takipipo <69394786+takipipo@users.noreply.github.com> Date: 星期四, 16 一月 2025 10:33:23 +0800 Subject: [PATCH] Make Emotion2vec support onnx (#2359) --- examples/industrial_data_pretraining/fsmn_vad_streaming/demo.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/examples/industrial_data_pretraining/fsmn_vad_streaming/demo.py b/examples/industrial_data_pretraining/fsmn_vad_streaming/demo.py index b21348f..21ce0cb 100644 --- a/examples/industrial_data_pretraining/fsmn_vad_streaming/demo.py +++ b/examples/industrial_data_pretraining/fsmn_vad_streaming/demo.py @@ -11,6 +11,7 @@ res = model.generate(input=wav_file) print(res) + # [[beg1, end1], [beg2, end2], .., [begN, endN]] # beg/end: ms -- Gitblit v1.9.1