This commit is contained in:
keonabut 2021-11-14 14:57:24 +00:00
Родитель ed6adcc8d6
Коммит cba44c8d0a
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -16,7 +16,7 @@ Neural Network Intelligence (NNI) is a library that provides a unified interface
## Getting Started
1. create conda environment
1. Create conda environment
```bash
conda create -n nni python=3.6
@ -75,10 +75,10 @@ Neural Network Intelligence (NNI) is a library that provides a unified interface
```
6. Access to dashboard.
- NNI Dashboard is running on Compute Instance. You can access to it from your client PC from URL like `https://<your compute instance name>-8088.<region>instances.azureml.ms`. For examples, if your Compute Instance name is "client" and region is "japaneast", you can access using `https://client-8088.japaneast.instances.azureml.ms`.
NNI Dashboard is running on Compute Instance. You can access to it from your client PC from URL like `https://<your compute instance name>-8088.<region>instances.azureml.ms`
For examples, if your Compute Instance name is "client" and region is "japaneast", you can access using `https://client-8088.japaneast.instances.azureml.ms`.
## Reference