Skip to content

Commit c7076bf

Browse files
authored
Merge pull request #1715 from Azure/release_update/Release-127
update samples from Release-127 as a part of SDK release
2 parents d123880 + ebdffd5 commit c7076bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

how-to-use-azureml/automated-machine-learning/classification-text-dnn/auto-ml-classification-text-dnn.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
" # To use BERT (this is recommended for best performance), select a GPU such as \"STANDARD_NC6\" \n",
168168
" # or similar GPU option\n",
169169
" # available in your workspace\n",
170+
" idle_seconds_before_scaledown = 60,\n",
170171
" max_nodes = num_nodes)\n",
171172
" compute_target = ComputeTarget.create(ws, amlcompute_cluster_name, compute_config)\n",
172173
"\n",

how-to-use-azureml/ml-frameworks/pytorch/train-hyperparameter-tune-deploy-with-pytorch/train-hyperparameter-tune-deploy-with-pytorch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ dependencies:
66
- pillow==5.4.1
77
- matplotlib
88
- numpy==1.19.3
9-
- https://download.pytorch.org/whl/cpu/torch-1.6.0%2Bcpu-cp36-cp36m-win_amd64.whl
10-
- https://download.pytorch.org/whl/cpu/torchvision-0.7.0%2Bcpu-cp36-cp36m-win_amd64.whl
9+
- https://download.pytorch.org/whl/cpu/torch-1.6.0%2Bcpu-cp38-cp38-win_amd64.whl
10+
- https://download.pytorch.org/whl/cpu/torchvision-0.7.0%2Bcpu-cp38-cp38-win_amd64.whl

0 commit comments

Comments
 (0)