Merge branch 'master' into cookiecutter

This commit is contained in:
Mat 2018-10-31 15:33:51 -04:00 коммит произвёл GitHub
Родитель bafdce77cd 5d9915c3fe
Коммит 7cf962c37b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -63,16 +63,15 @@ The above command will do the following:
* Create a storage account and fileshare
* Download the CIFAR data and upload it to the fileshare
The command can take a while. Pay attention since it will ask you to log in to your Azure account. If you want a better understanding of what is going on have a look at the [Makefile]({{cookiecutter.repo_name}}/Makefile)
## Run Batch AI
Instructions on how to setup the cluster and start submitting jobs are detailed in [ExploringBatchAI]({{cookiecutter.repo_name}}/ExploringBatchAI.ipynb) notebook. To start it run the following command:
```bash
make notebook
```
We are assuming you are executing on a VM so it will not try to open up a browser. This will start a Jupyter notebook server that should be reachable the same way you would reach your standard Jupyter notebook server.
The above commands assumes that the appropriate ports are open on the VM and that the server has been set up to accept connections from any ip.