diff --git a/c++/level2_simple_inference/5_nlp/WAV_to_word/README_CN.md b/c++/level2_simple_inference/5_nlp/WAV_to_word/README_CN.md index c4a8e4fdd44ca51ccbf7c73db3f928cfb7ccb1ad..5fedb6c41696d174eba2b7c24aa50a13b0b35444 100644 --- a/c++/level2_simple_inference/5_nlp/WAV_to_word/README_CN.md +++ b/c++/level2_simple_inference/5_nlp/WAV_to_word/README_CN.md @@ -179,7 +179,9 @@ **./main** - 在output目录下生成.bin文件,将该目录下的bin文件移动到out目录下,在output目录下执行如下命令: + 在output目录下生成.bin文件,将该目录下的bin文件移动到out目录下: + + **cd /home/HwHiAiUser/WAV_to_word/out/output** **mv output1_0.bin ../** @@ -195,4 +197,4 @@ ### 查看结果 -运行完成后,会在运行环境的命令行中打印出推理结果,并在$HOME/WAV_to_word/out/output目录下生成推理后的图片。 \ No newline at end of file +运行完成后,会在运行环境的命令行中打印出推理结果。 \ No newline at end of file