jiangjiajun a6a2733137 update anaconda install il y a 5 ans
..
apis cf84d96819 delete number type of fill_value in RandomExpand il y a 5 ans
images 64cd2fce39 add anaconda install markdown il y a 5 ans
slim 9ccb8108a0 first commit il y a 5 ans
tutorials e14034ab1a change ins_seg demo datasets il y a 5 ans
FAQ.md 9ccb8108a0 first commit il y a 5 ans
Makefile 9ccb8108a0 first commit il y a 5 ans
README.md ef99c704f4 Update README.md il y a 5 ans
anaconda_install.md 64cd2fce39 add anaconda install markdown il y a 5 ans
client_use.md cbf72fca56 add client_use.md il y a 5 ans
conf.py 199d6e7fa1 modify docs il y a 5 ans
convertor.md 9ccb8108a0 first commit il y a 5 ans
datasets.md 9ccb8108a0 first commit il y a 5 ans
deploy.md 26f26ab0ac garbage->xiaoduxiong il y a 5 ans
gpu_configure.md 9ccb8108a0 first commit il y a 5 ans
how_to_offline_run.md 08d61b700e modify docs il y a 5 ans
index.rst c6616e00de update index.rst il y a 5 ans
install.md a6a2733137 update anaconda install il y a 5 ans
make.bat 9ccb8108a0 first commit il y a 5 ans
metrics.md 199d6e7fa1 modify docs il y a 5 ans
model_zoo.md 199d6e7fa1 modify docs il y a 5 ans
quick_start.md 4e4a631aa6 Update quick_start.md il y a 5 ans
requirements.txt 9ccb8108a0 first commit il y a 5 ans

README.md

PaddleX文档

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

编译文档

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

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

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