Jason c7e7a90d1a Merge pull request #57 from SunAhong1993/syf_docs 5 年之前
..
apis 9db077cb56 batch_size is forced to be set to 1 in RCNN 5 年之前
deploy d1b71369c6 add url for fluid_inference, modify build.sh 5 年之前
images 0c2d71564f add logo and qqgroup 5 年之前
slim 9ccb8108a0 first commit 5 年之前
tutorials e14034ab1a change ins_seg demo datasets 5 年之前
FAQ.md 9ccb8108a0 first commit 5 年之前
Makefile 9ccb8108a0 first commit 5 年之前
README.md ef99c704f4 Update README.md 5 年之前
anaconda_install.md 64cd2fce39 add anaconda install markdown 5 年之前
client_use.md cbf72fca56 add client_use.md 5 年之前
conf.py 199d6e7fa1 modify docs 5 年之前
convertor.md 9ccb8108a0 first commit 5 年之前
datasets.md 7f2eee2279 modify 5 年之前
gpu_configure.md 9ccb8108a0 first commit 5 年之前
how_to_offline_run.md 08d61b700e modify docs 5 年之前
index.rst ba9c00da53 update docs version 5 年之前
install.md a6a2733137 update anaconda install 5 年之前
make.bat 9ccb8108a0 first commit 5 年之前
metrics.md 199d6e7fa1 modify docs 5 年之前
model_zoo.md a4befc7a05 fix the docs ang aug 5 年之前
quick_start.md 4e4a631aa6 Update quick_start.md 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即可查阅。