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
5ea110af
Unverified
Commit
5ea110af
authored
Apr 22, 2021
by
SparkSnail
Committed by
GitHub
Apr 22, 2021
Browse files
fix nas test case (#3555)
parent
dc54f4ad
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
test/config/examples/classic-nas-pytorch.yml
test/config/examples/classic-nas-pytorch.yml
+1
-1
test/config/examples/classic-nas-tf2.yml
test/config/examples/classic-nas-tf2.yml
+1
-1
test/config/integration_tests.yml
test/config/integration_tests.yml
+1
-1
test/config/integration_tests_tf2.yml
test/config/integration_tests_tf2.yml
+1
-1
test/config/tuners/regularized_evolution_tuner.yml
test/config/tuners/regularized_evolution_tuner.yml
+1
-1
No files found.
test/config/examples/classic-nas-pytorch.yml
View file @
5ea110af
...
...
@@ -11,7 +11,7 @@ tuner:
optimize_mode
:
maximize
trial
:
command
:
python3 mnist.py --epochs
1
codeDir
:
../../../examples/nas/classic_nas
codeDir
:
../../../examples/nas/
legacy/
classic_nas
gpuNum
:
0
useAnnotation
:
false
...
...
test/config/examples/classic-nas-tf2.yml
View file @
5ea110af
...
...
@@ -11,7 +11,7 @@ tuner:
optimize_mode
:
maximize
trial
:
command
:
python3 train.py --epochs
1
codeDir
:
../../../examples/nas/classic_nas-tf
codeDir
:
../../../examples/nas/
legacy/
classic_nas-tf
gpuNum
:
0
useAnnotation
:
false
...
...
test/config/integration_tests.yml
View file @
5ea110af
...
...
@@ -84,7 +84,7 @@ testCases:
-
name
:
classic-nas-gen-ss
configFile
:
test/config/examples/classic-nas-pytorch.yml
launchCommand
:
nnictl ss_gen --trial_command="python3 mnist.py --epochs 1" --trial_dir=../examples/nas/classic_nas --file=config/examples/nni-nas-search-space.json
launchCommand
:
nnictl ss_gen --trial_command="python3 mnist.py --epochs 1" --trial_dir=../examples/nas/
legacy/
classic_nas --file=config/examples/nni-nas-search-space.json
stopCommand
:
experimentStatusCheck
:
False
trainingService
:
local
...
...
test/config/integration_tests_tf2.yml
View file @
5ea110af
...
...
@@ -58,7 +58,7 @@ testCases:
-
name
:
classic-nas-gen-ss
configFile
:
test/config/examples/classic-nas-tf2.yml
launchCommand
:
nnictl ss_gen --trial_command="python3 train.py --epochs 1" --trial_dir=../examples/nas/classic_nas-tf --file=config/examples/nni-nas-search-space-tf2.json
launchCommand
:
nnictl ss_gen --trial_command="python3 train.py --epochs 1" --trial_dir=../examples/nas/
legacy/
classic_nas-tf --file=config/examples/nni-nas-search-space-tf2.json
stopCommand
:
experimentStatusCheck
:
False
trainingService
:
local
...
...
test/config/tuners/regularized_evolution_tuner.yml
View file @
5ea110af
...
...
@@ -9,7 +9,7 @@ tuner:
classArgs
:
optimize_mode
:
maximize
trial
:
codeDir
:
../../../examples/nas/classic_nas
codeDir
:
../../../examples/nas/
legacy/
classic_nas
command
:
python3 mnist.py --epochs
1
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