From 16005ada17786d3c5ef387b32a6bf5a5ee2403ff Mon Sep 17 00:00:00 2001 From: Shane Huang Date: Mon, 4 Jul 2022 17:23:33 +0800 Subject: [PATCH] add hpo tutorial (#5011) --- .../source/doc/Nano/QuickStart/index.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/readthedocs/source/doc/Nano/QuickStart/index.md b/docs/readthedocs/source/doc/Nano/QuickStart/index.md index 998325f1..c92443ea 100644 --- a/docs/readthedocs/source/doc/Nano/QuickStart/index.md +++ b/docs/readthedocs/source/doc/Nano/QuickStart/index.md @@ -45,9 +45,35 @@ 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**](./pytorch_quantization_openvino.html) + + + > ![](../../../../image/colab_logo_32px.png)[Run in Google Colab][Nano_hpo_tf_seq_func_colab]  ![](../../../../image/GitHub-Mark-32px.png)[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**](./pytorch_quantization_openvino.html) + + > ![](../../../../image/colab_logo_32px.png)[Run in Google Colab][Nano_hpo_tf_subclassing_colab]  ![](../../../../image/GitHub-Mark-32px.png)[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]: [Nano_pytorch_onnxruntime]: [Nano_pytorch_openvino]: [Nano_pytorch_Quantization_inc]: [Nano_pytorch_quantization_inc_onnx]: [Nano_pytorch_quantization_openvino]: +[Nano_hpo_tf_seq_func]: +[Nano_hpo_tf_seq_func_colab]: +[Nano_hpo_tf_subclassing]: +[Nano_hpo_tf_subclassing_colab]: \ No newline at end of file