Export speaker verification models from NeMo to ONNX (#526)

This commit is contained in:
Fangjun Kuang
2024-01-13 19:49:45 +08:00
committed by GitHub
parent afc81ec122
commit 68a525a024
10 changed files with 448 additions and 28 deletions

7
scripts/nemo/README.md Normal file
View File

@@ -0,0 +1,7 @@
# Introduction
This directory contains scripts for exporting models
from [NeMo](https://github.com/NVIDIA/NeMo/) to onnx
so that you can use them in `sherpa-onnx`.
- [./speaker-verification](./speaker-verification) contains models for speaker verification.