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:
		
							parent
							
								
									210677a295
								
							
						
					
					
						commit
						aabeb3fe35
					
				
					 4 changed files with 14 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
# Windows User Guide (WSL2)
 | 
			
		||||
# Windows User Guide
 | 
			
		||||
 | 
			
		||||
## Step 1: Install WSL2
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,3 +1,3 @@
 | 
			
		|||
# Nano TensorFlow Inference Overview
 | 
			
		||||
# BigDL-Nano TensorFlow Inference Overview
 | 
			
		||||
 | 
			
		||||
### Quantization
 | 
			
		||||
| 
						 | 
				
			
			@ -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.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue