add nano documentation pages to readthedocs site (#4619)

* add nano documentation pages to readthedocs site

* fix file name

* refine title

* fix typo
This commit is contained in:
Yang Wang 2022-05-18 09:22:02 +08:00 committed by GitHub
parent 210677a295
commit aabeb3fe35
4 changed files with 14 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# Windows User Guide (WSL2)
# Windows User Guide
## Step 1: Install WSL2

View file

@ -1,3 +1,3 @@
# Nano TensorFlow Inference Overview
# BigDL-Nano TensorFlow Inference Overview
### Quantization

View file

@ -1,4 +1,4 @@
# Nano TensorFlow Training Overview
# BigDL-Nano TensorFlow Training Overview
BigDL-Nano can be used to accelerate TensorFlow Keras applications on training workloads. The optimizations in BigDL-Nano are delivered through BigDL-Nano's `Model` and `Sequential` classes, which have identical APIs with `tf.keras.Model` and `tf.keras.Sequential`. For most cases, you can just replace your `tf.keras.Model` to `bigdl.nano.tf.keras.Model` and `tf.keras.Sequential` to `bigdl.nano.tf.keras.Sequential` to benefits from BigDL-Nano.

View file

@ -40,6 +40,17 @@ BigDL Documentation
doc/UserGuide/k8s.md
doc/UserGuide/databricks.md
doc/UserGuide/develop.md
.. toctree::
:maxdepth: 1
:caption: Nano Overview
doc/Nano/Overview/nano.md
doc/Nano/Overview/windows_guide.md
doc/Nano/QuickStart/pytorch_train.md
doc/Nano/QuickStart/pytorch_inference.md
doc/Nano/QuickStart/tensorflow_train.md
doc/Nano/QuickStart/tensorflow_inference.md
.. toctree::
:maxdepth: 1