Channingss 6e3062becc optimize code structure for TensorRT(deploy) hace 5 años
..
apis 0c1eb3b129 add draw_pr_curve in docs hace 5 años
deploy 6e3062becc optimize code structure for TensorRT(deploy) hace 5 años
images 64cd2fce39 add anaconda install markdown hace 5 años
slim 9ccb8108a0 first commit hace 5 años
tutorials e14034ab1a change ins_seg demo datasets hace 5 años
FAQ.md 9ccb8108a0 first commit hace 5 años
Makefile 9ccb8108a0 first commit hace 5 años
README.md ef99c704f4 Update README.md hace 5 años
anaconda_install.md 64cd2fce39 add anaconda install markdown hace 5 años
client_use.md cbf72fca56 add client_use.md hace 5 años
conf.py 199d6e7fa1 modify docs hace 5 años
convertor.md 9ccb8108a0 first commit hace 5 años
datasets.md 9ccb8108a0 first commit hace 5 años
gpu_configure.md 9ccb8108a0 first commit hace 5 años
how_to_offline_run.md 08d61b700e modify docs hace 5 años
index.rst c6616e00de update index.rst hace 5 años
install.md a6a2733137 update anaconda install hace 5 años
make.bat 9ccb8108a0 first commit hace 5 años
metrics.md 199d6e7fa1 modify docs hace 5 años
model_zoo.md 199d6e7fa1 modify docs hace 5 años
quick_start.md 4e4a631aa6 Update quick_start.md hace 5 años
requirements.txt 9ccb8108a0 first commit hace 5 años

README.md

PaddleX文档

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

编译文档

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

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

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