From 7ce165e685cdf9ebab44201cd4823f33bba1cea6 Mon Sep 17 00:00:00 2001 From: Deshui Yu Date: Fri, 7 Sep 2018 18:49:40 +0800 Subject: [PATCH] Update typo for config.yml file name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3047b2db5c..68b98cb8a7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Requirements: Run the following command to create an experiment for [mnist] ```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.