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