Unverified Commit 40826eaf authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

Fix a critical bug in example (#3810)


Co-authored-by: default avatarliuzhe <zhe.liu@microsoft.com>
parent 54a89dd0
......@@ -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.
......
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment