Unverified Commit abd164c2 authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Bootstrapping tutorials in documentation (#4522)

parent cc122226
...@@ -34,13 +34,11 @@ Step 2 - Update model code ...@@ -34,13 +34,11 @@ Step 2 - Update model code
^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^
* * Import NNI
Import NNI
Include ``import nni`` in your trial code to use NNI APIs. Include ``import nni`` in your trial code to use NNI APIs.
* * Get configuration from Tuner
Get configuration from Tuner
.. code-block:: python .. code-block:: python
...@@ -75,7 +73,6 @@ To enable NNI API mode, you need to set useAnnotation to *false* and provide the ...@@ -75,7 +73,6 @@ To enable NNI API mode, you need to set useAnnotation to *false* and provide the
.. code-block:: yaml .. code-block:: yaml
useAnnotation: false
searchSpacePath: /path/to/your/search_space.json searchSpacePath: /path/to/your/search_space.json
You can refer to `here <../Tutorial/ExperimentConfig.rst>`__ for more information about how to set up experiment configurations. You can refer to `here <../Tutorial/ExperimentConfig.rst>`__ for more information about how to set up experiment configurations.
......
.. ce86df82c781b5be2b2ab411b4309f59 .. 263c2dcfaee0c2fd06c19b5e90b96374
.. role:: raw-html(raw)
:format: html :format: html
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment