* add tutorial, notebook and API doc for LightningLite * increase the timeout when running tutorial notebook * change docs and tutorial to use new API
86 lines
No EOL
4.9 KiB
Markdown
86 lines
No EOL
4.9 KiB
Markdown
# Nano Tutorial
|
|
- [**BigDL-Nano PyTorch Trainer Quickstart**](./pytorch_train_quickstart.html)
|
|
|
|
> [View source on GitHub][Nano_pytorch_training]
|
|
|
|
In this guide we will describe how to scale out PyTorch programs using Nano Trainer
|
|
|
|
---------------------------
|
|
|
|
- [**BigDL-Nano PyTorch TorchNano Quickstart**](./pytorch_nano.html)
|
|
|
|
> [View source on GitHub][Nano_pytorch_nano]
|
|
|
|
In this guide we'll describe how to use BigDL-Nano to accelerate custom training loop easily with very few changes
|
|
|
|
---------------------------
|
|
|
|
- [**BigDL-Nano PyTorch ONNXRuntime Acceleration Quickstart**](./pytorch_onnxruntime.html)
|
|
|
|
> [View source on GitHub][Nano_pytorch_onnxruntime]
|
|
|
|
In this guide we will describe how to apply ONNXRuntime Acceleration on inference pipeline with the APIs delivered by BigDL-Nano
|
|
|
|
---------------------------
|
|
|
|
- [**BigDL-Nano PyTorch OpenVINO Acceleration Quickstart**](./pytorch_openvino.html)
|
|
|
|
> [View source on GitHub][Nano_pytorch_openvino]
|
|
|
|
In this guide we will describe how to apply OpenVINO Acceleration on inference pipeline with the APIs delivered by BigDL-Nano
|
|
|
|
---------------------------
|
|
|
|
- [**BigDL-Nano PyTorch Quantization with INC Quickstart**](./pytorch_quantization_inc.html)
|
|
|
|
> [View source on GitHub][Nano_pytorch_Quantization_inc]
|
|
|
|
In this guide we will describe how to obtain a quantized model with the APIs delivered by BigDL-Nano
|
|
|
|
---------------------------
|
|
|
|
- [**BigDL-Nano PyTorch Quantization with ONNXRuntime accelerator Quickstart**](./pytorch_quantization_inc_onnx.html)
|
|
|
|
> [View source on GitHub][Nano_pytorch_quantization_inc_onnx]
|
|
|
|
In this guide we will describe how to obtain a quantized model running inference in the ONNXRuntime engine with the APIs delivered by BigDL-Nano
|
|
|
|
---------------------------
|
|
|
|
- [**BigDL-Nano PyTorch Quantization with POT Quickstart**](./pytorch_quantization_openvino.html)
|
|
|
|
> [View source on GitHub][Nano_pytorch_quantization_openvino]
|
|
|
|
In this guide we will describe how to obtain a quantized model with the APIs delivered by BigDL-Nano
|
|
|
|
|
|
---------------------------
|
|
|
|
- [**BigDL-Nano Hyperparameter Tuning (Tensorflow Sequential/Functional API) Quickstart**](../Tutorials/seq_and_func.html)
|
|
|
|
> [Run in Google Colab][Nano_hpo_tf_seq_func_colab] [View source on GitHub][Nano_hpo_tf_seq_func]
|
|
|
|
|
|
In this guide we will describe how to use Nano's built-in HPO utils to do hyperparameter tuning for models defined using Tensorflow Sequential or Functional API.
|
|
|
|
|
|
---------------------------
|
|
|
|
- [**BigDL-Nano Hyperparameter Tuning (Tensorflow Subclassing Model) Quickstart**](../Tutorials/custom.html)
|
|
|
|
> [Run in Google Colab][Nano_hpo_tf_subclassing_colab] [View source on GitHub][Nano_hpo_tf_subclassing]
|
|
|
|
In this guide we will describe how to use Nano's built-in HPO utils to do hyperparameter tuning for models defined by subclassing tf.keras.Model.
|
|
|
|
|
|
[Nano_pytorch_training]: <https://github.com/intel-analytics/BigDL/blob/main/python/nano/notebooks/pytorch/tutorial/pytorch_train.ipynb>
|
|
[Nano_pytorch_nano]: <https://github.com/intel-analytics/BigDL/blob/main/python/nano/notebooks/pytorch/tutorial/pytorch_nano.ipynb>
|
|
[Nano_pytorch_onnxruntime]: <https://github.com/intel-analytics/BigDL/blob/main/python/nano/notebooks/pytorch/tutorial/pytorch_inference_onnx.ipynb>
|
|
[Nano_pytorch_openvino]: <https://github.com/intel-analytics/BigDL/blob/main/python/nano/notebooks/pytorch/tutorial/pytorch_inference_openvino.ipynb>
|
|
[Nano_pytorch_Quantization_inc]: <https://github.com/intel-analytics/BigDL/blob/main/python/nano/notebooks/pytorch/tutorial/pytorch_quantization_inc.ipynb>
|
|
[Nano_pytorch_quantization_inc_onnx]: <https://github.com/intel-analytics/BigDL/blob/main/python/nano/notebooks/pytorch/tutorial/pytorch_quantization_inc.ipynb>
|
|
[Nano_pytorch_quantization_openvino]: <https://github.com/intel-analytics/BigDL/blob/main/python/nano/notebooks/pytorch/tutorial/pytorch_quantization_openvino.ipynb>
|
|
[Nano_hpo_tf_seq_func]: <https://github.com/intel-analytics/BigDL/blob/main/python/nano/notebooks/hpo/seq_and_func.ipynb>
|
|
[Nano_hpo_tf_seq_func_colab]: <https://colab.research.google.com/github/intel-analytics/BigDL/blob/main/python/nano/notebooks/hpo/seq_and_func.ipynb>
|
|
[Nano_hpo_tf_subclassing]: <https://github.com/intel-analytics/BigDL/blob/main/python/nano/notebooks/hpo/custom.ipynb>
|
|
[Nano_hpo_tf_subclassing_colab]: <https://colab.research.google.com/github/intel-analytics/BigDL/blob/main/python/nano/notebooks/hpo/custom.ipynb> |