Jason 9c72d6446f Merge pull request #563 from FlyingQianMM/develop_test 4 anni fa
..
_templates e355406173 new doc structure 5 anni fa
apis 9c72d6446f Merge pull request #563 from FlyingQianMM/develop_test 4 anni fa
appendix 8bffdb5be9 add f1-score explanation in docs/appendix/metrics.md 4 anni fa
data f59a1fc48c Update semantic_segmentation.md 5 anni fa
deploy 8407611721 update the link for building a nvidia-jetson inference lib 4 anni fa
examples e62d40c132 Merge pull request #588 from FlyingQianMM/develop_new 4 anni fa
gui a7a0765075 Fix link error 4 anni fa
images b0129e93cb fix exit unnormally when shapely cannot be imported, fix doc error for meter reader, add vdltrain in docs, add mkl_thread_num 5 anni fa
slim 51da299485 Update quant.md 5 anni fa
train 0ec8ea9452 Update model_export.md 5 anni fa
Makefile e355406173 new doc structure 5 anni fa
README.md e795c6eed0 Update README.md 5 anni fa
change_log.md 0d8a790f65 fix doc restful link error 4 anni fa
conf.py e7cfe01b20 update docs 5 anni fa
index.rst 2da263c285 fix 4 anni fa
install.md 6fc611537c Update install.md 5 anni fa
luckydraw.md cc6005a6c9 20201217list 4 anni fa
make.bat e355406173 new doc structure 5 anni fa
paddlex.png e7cfe01b20 update docs 5 anni fa
quick_start.md 5f475d0664 modify docs 5 anni fa
requirements.txt e355406173 new doc structure 5 anni fa

README.md

PaddleX文档

PaddleX的使用文档均在本目录结构下。文档采用Read the Docs方式组织,您可以直接访问在线文档进行查阅。

编译文档

在本目录下按如下步骤进行文档编译

  • 安装依赖: pip install -r requirements.txt
  • 编译: make html

编译完成后,编译文件在_build目录下,直接打开_build/html/index.html即可查阅。