convert wespeaker models to sherpa-onnx (#475)

This commit is contained in:
Fangjun Kuang
2023-12-08 19:32:29 +08:00
committed by GitHub
parent 0e23f82691
commit aef74c5125
5 changed files with 506 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Introduction
This folder contains script for adding meta data to onnx models from
https://github.com/wenet-e2e/wespeaker/blob/master/docs/pretrained.md
You can use the models with metadata in sherpa-onnx.
**Caution**: You have to add model meta data to `*.onnx` since we plan
to support models from different frameworks.