This commit is contained in:
Richin Jain 2018-06-18 17:15:25 -04:00 коммит произвёл GitHub
Родитель 1dae40b106
Коммит 7521167058
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -73,6 +73,9 @@ As first task we want to download the pre-trained model to the VSTS agent that w
![VSTS Docker Task](images/vsts-sshtask.PNG?raw=true)
Add the path to the script, in the arguments section pass in the value for your storage account name, access key, container name and blob names (model name and sysnet file).
If you don't have a pretrained model, you can download the model and synset file from following links a put in a blob container to get started.
http://data.dmlc.ml/mxnet/models/imagenet/synset.txt
https://www.cntk.ai/resnet/ResNet_152.model
![VSTS Docker Task](images/vsts-sshtaskdetails.PNG?raw=true)