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
452e69f3
Unverified
Commit
452e69f3
authored
Jan 11, 2022
by
liuzhe-lz
Committed by
GitHub
Jan 11, 2022
Browse files
Fix example issue (#4456)
parent
100b95fe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
52 deletions
+9
-52
examples/__init__.py
examples/__init__.py
+0
-0
examples/experiment_config.yml
examples/experiment_config.yml
+0
-32
examples/trials/mnist-pytorch/config_assessor.yml
examples/trials/mnist-pytorch/config_assessor.yml
+9
-20
No files found.
examples/__init__.py
deleted
100644 → 0
View file @
100b95fe
examples/experiment_config.yml
deleted
100644 → 0
View file @
100b95fe
authorName
:
experimentName
:
trialConcurrency
:
maxExecDuration
:
maxTrialNum
:
#choice: local, remote
trainingServicePlatform
:
searchSpacePath
:
#choice: true, false
useAnnotation
:
tuner
:
#choice: TPE, Random, Anneal, Evolution, BatchTuner, MetisTuner, GPTuner
builtinTunerName
:
classArgs
:
#choice: maximize, minimize
optimize_mode
:
assessor
:
#choice: Medianstop, Curvefitting
builtinAssessorName
:
classArgs
:
#choice: maximize, minimize
optimize_mode
:
trial
:
command
:
codeDir
:
gpuNum
:
#machineList can be empty if the platform is local
machineList
:
-
ip
:
port
:
username
:
passwd
:
examples/trials/mnist-pytorch/config_assessor.yml
View file @
452e69f3
authorName
:
default
searchSpaceFile
:
search_space.json
experimentName
:
example_mnist_pytorch
trialCommand
:
python3 mnist.py
# NOTE: change "python3" to "python" if you are using Windows
trialConcurrency
:
1
trialGpuNumber
:
0
maxExecDuration
:
1h
trialConcurrency
:
4
maxTrialNum
:
50
maxTrialNumber
:
20
#choice: local, remote
trainingServicePlatform
:
local
searchSpacePath
:
search_space.json
#choice: true, false
useAnnotation
:
false
tuner
:
tuner
:
#choice: TPE, Random, Anneal, Evolution, BatchTuner, MetisTuner, GPTuner
name
:
TPE
#SMAC (SMAC should be installed through nnictl)
builtinTunerName
:
TPE
classArgs
:
classArgs
:
#choice: maximize, minimize
optimize_mode
:
maximize
optimize_mode
:
maximize
assessor
:
assessor
:
#choice: Medianstop, Curvefitting
name
:
Curvefitting
builtinAssessorName
:
Curvefitting
classArgs
:
classArgs
:
epoch_num
:
20
epoch_num
:
20
threshold
:
0.9
threshold
:
0.9
trial
:
trainingService
:
command
:
python3 mnist.py
platform
:
local
codeDir
:
.
gpuNum
:
0
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