jiangjiajun d205a5c4ec fix install problem 5 년 전
..
apis 199d6e7fa1 modify docs 5 년 전
images 199d6e7fa1 modify docs 5 년 전
slim 9ccb8108a0 first commit 5 년 전
tutorials 199d6e7fa1 modify docs 5 년 전
FAQ.md 9ccb8108a0 first commit 5 년 전
Makefile 9ccb8108a0 first commit 5 년 전
README.md 9ccb8108a0 first commit 5 년 전
conf.py 199d6e7fa1 modify docs 5 년 전
convertor.md 9ccb8108a0 first commit 5 년 전
datasets.md 9ccb8108a0 first commit 5 년 전
deploy.md 9ccb8108a0 first commit 5 년 전
gpu_configure.md 9ccb8108a0 first commit 5 년 전
how_to_offline_run.md 08d61b700e modify docs 5 년 전
index.rst 9ccb8108a0 first commit 5 년 전
install.md d205a5c4ec fix install problem 5 년 전
make.bat 9ccb8108a0 first commit 5 년 전
metrics.md 199d6e7fa1 modify docs 5 년 전
model_zoo.md 199d6e7fa1 modify docs 5 년 전
quick_start.md 08d61b700e modify docs 5 년 전
requirements.txt 9ccb8108a0 first commit 5 년 전

README.md

PaddleX文档

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

编译文档

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

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

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