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
40826eaf
Unverified
Commit
40826eaf
authored
Jun 11, 2021
by
liuzhe-lz
Committed by
GitHub
Jun 11, 2021
Browse files
Fix a critical bug in example (#3810)
Co-authored-by:
liuzhe
<
zhe.liu@microsoft.com
>
parent
54a89dd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
examples/trials/mnist-pytorch/config_detailed.yml
examples/trials/mnist-pytorch/config_detailed.yml
+1
-1
examples/trials/mnist-tfv2/config_detailed.yml
examples/trials/mnist-tfv2/config_detailed.yml
+1
-1
No files found.
examples/trials/mnist-pytorch/config_detailed.yml
View file @
40826eaf
...
...
@@ -2,7 +2,7 @@
# You can use "nnictl create --config config_detailed.yml" to launch this experiment.
# If you see an error message saying "port 8080 is used", use "nnictl stop --all" to stop previous experiments.
name
:
MNIST
# An optional name to help you distinguish experiments.
experimentName
:
MNIST
# An optional name to help you distinguish experiments.
# Hyper-parameter search space can either be configured here or in a seperate file.
# "config.yml" shows how to specify a seperate search space file.
...
...
examples/trials/mnist-tfv2/config_detailed.yml
View file @
40826eaf
...
...
@@ -2,7 +2,7 @@
# You can use "nnictl create --config config_detailed.yml" to launch this experiment.
# If you see an error message saying "port 8080 is used", use "nnictl stop --all" to stop previous experiments.
name
:
MNIST
# An optional name to help you distinguish experiments.
experimentName
:
MNIST
# An optional name to help you distinguish experiments.
# Hyper-parameter search space can either be configured here or in a seperate file.
# "config.yml" shows how to specify a seperate search space file.
...
...
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