This commit is contained in:
2025-08-28 12:33:33 +08:00
parent abdf39706f
commit 1bb66eb018

View File

@@ -19,10 +19,11 @@ docker run -it \
-e MODEL_DIR=/model/SenseVoiceSmall \
-e TEST_FILE=lei-jun-test.wav \
-e ANSWER_FILE=lei-jun.txt \
-e RESULT_FILE=result.json \
--cpus=4 --memory=16g \
<your_image>
```
上述测试指令成功运行将会在terminal中看到对测试音频的识别结果运行时间以及1-cer效果指标
上述测试指令成功运行将会在terminal中看到对测试音频的识别结果运行时间以及1-cer效果指标,并且当前文件下会生成一个`result.json`文件记录刚才的测试结果
### 定制化手动运行