"docs/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "e862d39ee96aad5b9fdc3bb535df3a89bd1807af"
Unverified Commit baa129f7 authored by Tab Zhang's avatar Tab Zhang Committed by GitHub
Browse files

typo fix in classic nas (#2821)

parent bf8be1e7
...@@ -25,7 +25,7 @@ def get_and_apply_next_architecture(model): ...@@ -25,7 +25,7 @@ def get_and_apply_next_architecture(model):
Wrapper of :class:`~nni.nas.pytorch.classic_nas.mutator.ClassicMutator` to make it more meaningful, Wrapper of :class:`~nni.nas.pytorch.classic_nas.mutator.ClassicMutator` to make it more meaningful,
similar to ``get_next_parameter`` for HPO. similar to ``get_next_parameter`` for HPO.
Tt will generate search space based on ``model``. It will generate search space based on ``model``.
If env ``NNI_GEN_SEARCH_SPACE`` exists, this is in dry run mode for If env ``NNI_GEN_SEARCH_SPACE`` exists, this is in dry run mode for
generating search space for the experiment. generating search space for the experiment.
If not, there are still two mode, one is nni experiment mode where users If not, there are still two mode, one is nni experiment mode where users
......
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