Export gtcrn models to sherpa-onnx (#1975)
This commit is contained in:
12
scripts/gtcrn/run.sh
Executable file
12
scripts/gtcrn/run.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
|
||||
if [ ! -f gtcrn_simple.onnx ]; then
|
||||
wget https://github.com/Xiaobin-Rong/gtcrn/raw/refs/heads/main/stream/onnx_models/gtcrn_simple.onnx
|
||||
fi
|
||||
|
||||
if [ ! -f ./inp_16k.wav ]; then
|
||||
wget https://github.com/yuyun2000/SpeechDenoiser/raw/refs/heads/main/16k/inp_16k.wav
|
||||
fi
|
||||
|
||||
python3 ./add_meta_data.py
|
||||
Reference in New Issue
Block a user