-
Notifications
You must be signed in to change notification settings - Fork 1
/
cookiecutter.json
39 lines (39 loc) · 1 KB
/
cookiecutter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"_project_short_description": "A set of templates for running distributed training on AML",
"project_title": "Template for Distributed Deep Learning using Azure Machine Learning ",
"project_name": "aml_dist",
"resource_group": "amldistrg",
"workspace": "workspace",
"subscription_id": "",
"vm_size": [
"Standard_NC24r",
"Standard_NC24rs_v2",
"Standard_NC24rs_v3",
"Standard_ND24rs"
],
"minimum_number_nodes": 2,
"maximum_number_nodes": 2,
"cluster_name":"gpucluster",
"container_registry": "dockerhub",
"type": [
"all",
"tensorflow_template",
"tensorflow_benchmark",
"tensorflow_imagenet",
"pytorch_benchmark",
"pytorch_imagenet",
"pytorch_template"
],
"region": [
"eastus",
"southcentralus"
],
"experiment_name": "experiment",
"data":"/mnt/imagenet",
"image_name":"aml_dist",
"_remove_unused_projects": false,
"account_name": "distpremstorage",
"account_key": "",
"datastore_name":"datastore",
"container_name":"container"
}