Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
baa129f7
"docs/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "e862d39ee96aad5b9fdc3bb535df3a89bd1807af"
Unverified
Commit
baa129f7
authored
Aug 31, 2020
by
Tab Zhang
Committed by
GitHub
Aug 31, 2020
Browse files
typo fix in classic nas (#2821)
parent
bf8be1e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sdk/pynni/nni/nas/pytorch/classic_nas/mutator.py
src/sdk/pynni/nni/nas/pytorch/classic_nas/mutator.py
+1
-1
No files found.
src/sdk/pynni/nni/nas/pytorch/classic_nas/mutator.py
View file @
baa129f7
...
@@ -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.
T
t will generate search space based on ``model``.
I
t 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment