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
d204d8bf
"driver/driver.cpp" did not exist on "0a2657312ec62a65e92a36cebd7d3b2a3c0712e1"
Unverified
Commit
d204d8bf
authored
Aug 31, 2021
by
politecat314
Committed by
GitHub
Aug 31, 2021
Browse files
added config_windows.yml for examples in /examples/trials (#4121)
parent
e76f196d
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
154 additions
and
0 deletions
+154
-0
examples/trials/auto-gbdt/config_windows.yml
examples/trials/auto-gbdt/config_windows.yml
+10
-0
examples/trials/cifar10_pytorch/config_windows.yml
examples/trials/cifar10_pytorch/config_windows.yml
+14
-0
examples/trials/efficientnet/config_windows.yml
examples/trials/efficientnet/config_windows.yml
+15
-0
examples/trials/ga_squad/config_windows.yml
examples/trials/ga_squad/config_windows.yml
+13
-0
examples/trials/kaggle-tgs-salt/config_windows.yml
examples/trials/kaggle-tgs-salt/config_windows.yml
+11
-0
examples/trials/mnist-annotation/config_windows.yml
examples/trials/mnist-annotation/config_windows.yml
+12
-0
examples/trials/mnist-batch-tune-keras/config_windows.yml
examples/trials/mnist-batch-tune-keras/config_windows.yml
+10
-0
examples/trials/mnist-keras/config_windows.yml
examples/trials/mnist-keras/config_windows.yml
+21
-0
examples/trials/mnist-nested-search-space/config_windows.yml
examples/trials/mnist-nested-search-space/config_windows.yml
+14
-0
examples/trials/mnist-pbt-tuner-pytorch/config_windows.yml
examples/trials/mnist-pbt-tuner-pytorch/config_windows.yml
+14
-0
examples/trials/mnist-pytorch/config_windows.yml
examples/trials/mnist-pytorch/config_windows.yml
+10
-0
examples/trials/mnist-tfv2/config_windows.yml
examples/trials/mnist-tfv2/config_windows.yml
+10
-0
No files found.
examples/trials/auto-gbdt/config_windows.yml
0 → 100644
View file @
d204d8bf
searchSpaceFile
:
search_space.json
trialCommand
:
python main.py
trialConcurrency
:
1
maxTrialNumber
:
10
tuner
:
name
:
TPE
classArgs
:
optimize_mode
:
minimize
trainingService
:
# For other platforms, check mnist-pytorch example
platform
:
local
examples/trials/cifar10_pytorch/config_windows.yml
0 → 100644
View file @
d204d8bf
searchSpaceFile
:
search_space.json
trialCommand
:
python main.py
trialGpuNumber
:
1
trialConcurrency
:
4
maxTrialNumber
:
10
tuner
:
name
:
TPE
classArgs
:
optimize_mode
:
maximize
trainingService
:
# For other platforms, check mnist-pytorch example
platform
:
local
maxTrialNumberPerGpu
:
2
useActiveGpu
:
false
# NOTE: Use "true" if you are using an OS with graphical interface (e.g. Windows 10, Ubuntu desktop)
# Check the doc for details: https://nni.readthedocs.io/en/latest/reference/experiment_config.html#useactivegpu
examples/trials/efficientnet/config_windows.yml
0 → 100644
View file @
d204d8bf
searchSpaceFile
:
search_net.json
trialCodeDirectory
:
EfficientNet-PyTorch
trialCommand
:
python main.py /data/imagenet -j 12 -a efficientnet --batch-size 48 --lr 0.048 --wd 1e-5 --epochs 5 --request-from-nni
trialGpuNumber
:
1
trialConcurrency
:
4
maxTrialNumber
:
100
tuner
:
className
:
tuner.FixedProductTuner
codeDirectory
:
.
classArgs
:
product
:
2
trainingService
:
# For other platforms, check mnist-pytorch example
platform
:
local
useActiveGpu
:
false
# NOTE: Use "true" if you are using an OS with graphical interface (e.g. Windows 10, Ubuntu desktop)
# Check the doc for details: https://nni.readthedocs.io/en/latest/reference/experiment_config.html#useactivegputrial:
examples/trials/ga_squad/config_windows.yml
0 → 100644
View file @
d204d8bf
trialCommand
:
python trial.py
trialGpuNumber
:
0
trialConcurrency
:
1
maxTrialNumber
:
10
maxExperimentDuration
:
1h
searchSpace
:
{}
# hard-coded in tuner
tuner
:
className
:
customer_tuner.CustomerTuner
codeDirectory
:
../../tuners/ga_customer_tuner
classArgs
:
optimize_mode
:
maximize
trainingService
:
# For other platforms, check mnist-pytorch example
platform
:
local
examples/trials/kaggle-tgs-salt/config_windows.yml
0 → 100644
View file @
d204d8bf
useAnnotation
:
true
trialCommand
:
python train.py
trialGpuNumber
:
0
trialConcurrency
:
2
maxTrialNumber
:
10
tuner
:
name
:
TPE
classArgs
:
optimize_mode
:
maximize
trainingService
:
# For other platforms, check mnist-pytorch example
platform
:
local
examples/trials/mnist-annotation/config_windows.yml
0 → 100644
View file @
d204d8bf
useAnnotation
:
true
trialCommand
:
python mnist.py
trialGpuNumber
:
0
trialConcurrency
:
1
maxTrialNumber
:
10
maxExperimentDuration
:
1h
tuner
:
name
:
TPE
classArgs
:
optimize_mode
:
maximize
trainingService
:
# For other platforms, check mnist-pytorch example
platform
:
local
examples/trials/mnist-batch-tune-keras/config_windows.yml
0 → 100644
View file @
d204d8bf
searchSpaceFile
:
search_space.json
trialCommand
:
python mnist-keras.py
trialGpuNumber
:
0
trialConcurrency
:
1
maxTrialNumber
:
10
maxExperimentDuration
:
1h
tuner
:
name
:
BatchTuner
trainingService
:
# For other platforms, check mnist-pytorch example
platform
:
local
examples/trials/mnist-keras/config_windows.yml
0 → 100644
View file @
d204d8bf
authorName
:
default
experimentName
:
example_mnist-keras
trialConcurrency
:
1
maxExecDuration
:
1h
maxTrialNum
:
10
#choice: local, remote, pai
trainingServicePlatform
:
local
searchSpacePath
:
search_space.json
#choice: true, false
useAnnotation
:
false
tuner
:
#choice: TPE, Random, Anneal, Evolution, BatchTuner, MetisTuner
#SMAC (SMAC should be installed through nnictl)
builtinTunerName
:
TPE
classArgs
:
#choice: maximize, minimize
optimize_mode
:
maximize
trial
:
command
:
python mnist-keras.py
codeDir
:
.
gpuNum
:
0
examples/trials/mnist-nested-search-space/config_windows.yml
0 → 100644
View file @
d204d8bf
searchSpaceFile
:
search_space.json
trialCommand
:
python mnist.py
trialGpuNumber
:
0
trialConcurrency
:
2
maxTrialNumber
:
100
maxExperimentDuration
:
1h
tuner
:
name
:
TPE
classArgs
:
optimize_mode
:
maximize
trainingService
:
# For other platforms, check mnist-pytorch example
platform
:
local
useActiveGpu
:
false
# NOTE: Use "true" if you are using an OS with graphical interface (e.g. Windows 10, Ubuntu desktop)
# Check the doc for details: https://nni.readthedocs.io/en/latest/reference/experiment_config.html#useactivegpu
examples/trials/mnist-pbt-tuner-pytorch/config_windows.yml
0 → 100644
View file @
d204d8bf
searchSpaceFile
:
search_space.json
trialCommand
:
python mnist.py
trialGpuNumber
:
1
trialConcurrency
:
3
maxTrialNumber
:
100
maxExperimentDuration
:
2h
tuner
:
name
:
PBTTuner
classArgs
:
optimize_mode
:
maximize
trainingService
:
# For other platforms, check mnist-pytorch example
platform
:
local
useActiveGpu
:
false
# NOTE: Use "true" if you are using an OS with graphical interface (e.g. Windows 10, Ubuntu desktop)
# Check the doc for details: https://nni.readthedocs.io/en/latest/reference/experiment_config.html#useactivegpu
examples/trials/mnist-pytorch/config_windows.yml
0 → 100644
View file @
d204d8bf
searchSpaceFile
:
search_space.json
trialCommand
:
python mnist.py
trialGpuNumber
:
0
trialConcurrency
:
1
tuner
:
name
:
TPE
classArgs
:
optimize_mode
:
maximize
trainingService
:
platform
:
local
examples/trials/mnist-tfv2/config_windows.yml
0 → 100644
View file @
d204d8bf
searchSpaceFile
:
search_space.json
trialCommand
:
python mnist.py
trialGpuNumber
:
0
trialConcurrency
:
1
tuner
:
name
:
TPE
classArgs
:
optimize_mode
:
maximize
trainingService
:
platform
:
local
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