mkdocs.yml 1.5 KB
Newer Older
1
site_name: PaddleSlim Docs
2
repo_url: https://github.com/PaddlePaddle/PaddleSlim
3 4
nav:
- Home: index.md
B
Bai Yifan 已提交
5
- 模型库: model_zoo.md
6
- 教程:
7
  - 图像分类模型通道剪裁-快速开始: tutorials/pruning_tutorial.md
8 9 10 11
  - 离线量化: tutorials/quant_post_demo.md
  - 量化训练: tutorials/quant_aware_demo.md
  - Embedding量化: tutorials/quant_embedding_demo.md
  - SA搜索: tutorials/nas_demo.md
12
  - One-shot搜索: tutorials/one_shot_nas_demo.md
C
ceci3 已提交
13
  - 搜索空间: search_space.md
B
Bai Yifan 已提交
14
  - 知识蒸馏: tutorials/distillation_demo.md
15
- API:
Q
qingqing01 已提交
16
  - 量化: api/quantization_api.md
17 18
  - 剪枝与敏感度:  api/prune_api.md
  - 模型分析: api/analysis_api.md
Y
Yibing Liu 已提交
19 20
  - 简单知识蒸馏: api/single_distiller_api.md
  - 大规模可扩展知识蒸馏框架 Pantheon: api/pantheon_api.md
21
  - SA搜索: api/nas_api.md
22 23
  - One-shot搜索: api/one_shot_api.md
  - 搜索空间: search_space.md
24
  - 硬件延时评估表: table_latency.md
Q
qingqing01 已提交
25
- 算法原理: algo/algo.md
26

27 28 29
theme:
    name: readthedocs
    highlightjs: true
30

31 32 33
extra_css:
  - extra.css

34 35
markdown_extensions:
  - admonition
B
Bai Yifan 已提交
36
  - codehilite
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
  - toc:
      permalink: "#"
  - footnotes
  - meta
  - def_list
  - pymdownx.arithmatex
  - pymdownx.betterem:
      smart_enable: all
  - pymdownx.caret
  - pymdownx.critic
  - pymdownx.details
  - pymdownx.magiclink
  - pymdownx.mark
  - pymdownx.smartsymbols
  - pymdownx.superfences
  - pymdownx.tasklist
  - pymdownx.tilde
Q
qingqing01 已提交
54
  - mdx_math
55

56 57
extra_javascript:
  - mathjax-config.js
Q
qingqing01 已提交
58
  - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML