Forráskód Böngészése

调整了md文档

QingChuanWS 5 éve
szülő
commit
c828ac6e32
2 módosított fájl, 3 hozzáadás és 3 törlés
  1. 1 1
      README.md
  2. 2 2
      README_en.md

+ 1 - 1
README.md

@@ -59,7 +59,7 @@ RT-Thread online packages
 ( ) No Tensorflow Lite Micro example
 ```
 
-其中audio example是执行官方携带的语音demo, No example则是不集成example文件, 只使用Tensorflow Lite Micro标准框架. **关于menucofing选项的注意事项请参照 4. 注意事项部分 **
+其中audio example是执行官方携带的语音demo, No example则是不集成example文件, 只使用Tensorflow Lite Micro标准框架. **关于menucofing选项的注意事项请参照 4. 注意事项部分**
 
 - Tensorflow Lite Micro整个框架功能较为复杂, API较多, 请先参考[introduction.md](introduction.md), 然后通过[user-guide.md](user-guide.md)来学习基本的部署流程, 在此基础之上再考虑自定义开发的问题.
 

+ 2 - 2
README_en.md

@@ -57,7 +57,7 @@ Among them, there are two options in Select Offical Example:
 ( ) No Tensorflow Lite Micro example
 ```
 
-Among them, audio example is to implement the official audio demo, No example does not integrate the example file, only uses the Tensorflow Lite Micro standard framework. **For the precautions of the menucofing option, please refer to the 4. Precautions section **
+Among them, audio example is to implement the official audio demo, No example does not integrate the example file, only uses the Tensorflow Lite Micro standard framework. **For the precautions of the menucofing option, please refer to the 4. Precautions section**
 
 - The whole framework of Tensorflow Lite Micro has more complicated functions and many APIs. Please refer to [introduction.md](introduction.md) first, and then use [user-guide.md](user-guide.md) to learn the basic deployment process, on this basis, consider the issue of custom development.
 
@@ -68,7 +68,7 @@ Among them, audio example is to implement the official audio demo, No example do
 
 - If the audio example option is selected in the menuconfig, the software package will use the self main function, and the user needs to manually delete all main functions except `packages/TensorflowLiteMicro/example/audio_main.cc`
 - If No example is selected, the system does not have main function, users can design the main function according to their own needs to call the Tensorflow Lite Micro framework
-- This software package occupies 16KB of memory at runtime, and the built-in speech recognition case occupies a total of 22KB of memory at runtime. You need to modify the size of the main function stack and the memory management algorithm through menuconfig!!!
+- This software package occupies 16KB of memory at runtime, and the built-in speech recognition demo occupies a total of 22KB of memory at runtime. You need to modify the size of the main function stack and the memory management algorithm through menuconfig!!!
 - This software package currently only runs successfully on the Raspberry Pi 4 platform, other platforms have yet to be tested.
 
 ## 5. Contact & Thanks