Commit 0cea39c5 authored by Deshui Yu's avatar Deshui Yu Committed by fishyds
Browse files

Update typo for config.yml file name

parent 8314d6ee
...@@ -41,7 +41,7 @@ Requirements: ...@@ -41,7 +41,7 @@ Requirements:
Run the following command to create an experiment for [mnist] Run the following command to create an experiment for [mnist]
```bash ```bash
nnictl create --config ~/nni/examples/trials/mnist-annotation/config.yaml nnictl create --config ~/nni/examples/trials/mnist-annotation/config.yml
``` ```
This command will start the experiment and WebUI. The WebUI endpoint will be shown in the output of this command (for example, `http://localhost:8080`). Open this URL using your browsers. You can analyze your experiment through WebUI, or open trials' tensorboard. Please refer to [here](docs/GetStarted.md) for the GetStarted tutorial. This command will start the experiment and WebUI. The WebUI endpoint will be shown in the output of this command (for example, `http://localhost:8080`). Open this URL using your browsers. You can analyze your experiment through WebUI, or open trials' tensorboard. Please refer to [here](docs/GetStarted.md) for the GetStarted tutorial.
......
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