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
456b390c
Unverified
Commit
456b390c
authored
Mar 07, 2022
by
Yuge Zhang
Committed by
GitHub
Mar 07, 2022
Browse files
[doc] Full reference TOC (#4618)
parent
42c3076d
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
nni/retiarii/strategy/tpe_strategy.py
nni/retiarii/strategy/tpe_strategy.py
+4
-2
nni/tools/nnictl/nnictl_utils.py
nni/tools/nnictl/nnictl_utils.py
+1
-1
No files found.
nni/retiarii/strategy/tpe_strategy.py
View file @
456b390c
...
@@ -41,8 +41,10 @@ class TPESampler(Sampler):
...
@@ -41,8 +41,10 @@ class TPESampler(Sampler):
class
TPE
(
BaseStrategy
):
class
TPE
(
BaseStrategy
):
"""
"""
The Tree-structured Parzen Estimator (TPE) :footcite:p:`bergstra2011algorithms`
The Tree-structured Parzen Estimator (TPE) is a sequential model-based optimization (SMBO) approach.
is a sequential model-based optimization (SMBO) approach.
Refer to :footcite:t:`bergstra2011algorithms` for details.
SMBO methods sequentially construct models to approximate the performance of hyperparameters based on historical measurements,
SMBO methods sequentially construct models to approximate the performance of hyperparameters based on historical measurements,
and then subsequently choose new hyperparameters to test based on this model.
and then subsequently choose new hyperparameters to test based on this model.
"""
"""
...
...
nni/tools/nnictl/nnictl_utils.py
View file @
456b390c
...
@@ -105,7 +105,7 @@ def parse_ids(args):
...
@@ -105,7 +105,7 @@ def parse_ids(args):
3.If there is an id specified, return the corresponding id
3.If there is an id specified, return the corresponding id
4.If there is no id specified, and there is an experiment running, return the id, or return Error
4.If there is no id specified, and there is an experiment running, return the id, or return Error
5.If the id matches an experiment, nnictl will return the id.
5.If the id matches an experiment, nnictl will return the id.
6.If the id ends with
*
, nnictl will match all ids matchs the regular
6.If the id ends with
``*``
, nnictl will match all ids matchs the regular
7.If the id does not exist but match the prefix of an experiment id, nnictl will return the matched id
7.If the id does not exist but match the prefix of an experiment id, nnictl will return the matched id
8.If the id does not exist but match multiple prefix of the experiment ids, nnictl will give id information
8.If the id does not exist but match multiple prefix of the experiment ids, nnictl will give id information
'''
'''
...
...
Prev
1
2
Next
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