Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
aec49771
Unverified
Commit
aec49771
authored
Apr 16, 2019
by
SparkSnail
Committed by
GitHub
Apr 16, 2019
Browse files
Merge pull request #160 from Microsoft/master
Add integration test for BOHB (#985)
parents
cf5336d2
5ee549db
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
5 deletions
+26
-5
test/config_test/tuners/mnist-bohb.test.yml
test/config_test/tuners/mnist-bohb.test.yml
+25
-0
test/config_test/tuners/mnist-hyperband.test.yml
test/config_test/tuners/mnist-hyperband.test.yml
+1
-5
test/config_test/tuners/search_space_advisor.json
test/config_test/tuners/search_space_advisor.json
+0
-0
No files found.
test/config_test/tuners/mnist-bohb.test.yml
0 → 100644
View file @
aec49771
authorName
:
nni
experimentName
:
default_test
maxExecDuration
:
5m
maxTrialNum
:
2
trialConcurrency
:
1
searchSpacePath
:
search_space_advisor.json
advisor
:
builtinAdvisorName
:
BOHB
classArgs
:
max_budget
:
27
min_budget
:
1
eta
:
3
optimize_mode
:
maximize
trial
:
codeDir
:
../../../examples/trials/mnist-advisor
command
:
python3 mnist.py
gpuNum
:
0
useAnnotation
:
false
multiPhase
:
false
multiThread
:
false
trainingServicePlatform
:
local
test/config_test/tuners/mnist-hyperband.test.yml
View file @
aec49771
...
...
@@ -3,7 +3,7 @@ experimentName: default_test
maxExecDuration
:
5m
maxTrialNum
:
2
trialConcurrency
:
1
searchSpacePath
:
search_space_
hyperband
.json
searchSpacePath
:
search_space_
advisor
.json
advisor
:
builtinAdvisorName
:
Hyperband
...
...
@@ -11,10 +11,6 @@ advisor:
optimize_mode
:
maximize
R
:
60
eta
:
3
assessor
:
builtinAssessorName
:
Medianstop
classArgs
:
optimize_mode
:
maximize
trial
:
codeDir
:
../../../examples/trials/mnist-advisor
command
:
python3 mnist.py
...
...
test/config_test/tuners/search_space_
hyperband
.json
→
test/config_test/tuners/search_space_
advisor
.json
View file @
aec49771
File moved
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