forked from Tencent/PocketFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (30 loc) · 960 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (30 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
site_name: PocketFlow Docs
nav:
- Home: index.md
- Installation: installation.md
- Tutorial: tutorial.md
- Learners - Algorithms:
- Channel Pruning: cp_learner.md
- Discrimination-aware Channel Pruning: dcp_learner.md
- Weight Sparsification: ws_learner.md
- Uniform Quantization: uq_learner.md
- Non-uniform Quantization: nuq_learner.md
- Learners - Misc.:
- Distillation: distillation.md
- Multi-GPU Training: multi_gpu_training.md
- Hyper-parameter Optimizers:
- Reinforcement Learning: reinforcement_learning.md
- AutoML-based Methods: automl_based_methods.md
- Self-defined Models: self_defined_models.md
- Performance: performance.md
- Frequently Asked Questions: faq.md
- Appendix:
- Pre-trained Models: pre_trained_models.md
- Test Cases: test_cases.md
- Reference: reference.md
theme: readthedocs
markdown_extensions:
- pymdownx.arithmatex
extra_javascript:
- mathjax-config.js
- MathJax.js?config=TeX-AMS-MML_HTMLorMML