Skip to content

Commit 7928284

Browse files
authored
Merge pull request #106207 from cartacioS/patch-31
DNN not supported for local runs
2 parents 8b0694a + 7b38caf commit 7928284

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/machine-learning/how-to-auto-train-forecast.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,14 @@ See the [forecasting sample notebooks](https://github.com/Azure/MachineLearningN
181181
### Configure a DNN enable Forecasting experiment
182182

183183
> [!NOTE]
184-
> DNN support for forecasting in Automated Machine Learning is in Preview.
184+
> DNN support for forecasting in Automated Machine Learning is in Preview and not supported for local runs.
185185
186186
In order to leverage DNNs for forecasting, you will need to set the `enable_dnn` parameter in the AutoMLConfig to true.
187187

188-
In order to use DNNs, we recommend using an AML Compute cluster with GPU SKUs and at least two nodes as the compute target.
189-
For more information, see the [AML Compute documentation](how-to-set-up-training-targets.md#amlcompute).
190-
See [GPU optimized virtual machine sizes](https://docs.microsoft.com/azure/virtual-machines/linux/sizes-gpu) for more information on the VM sizes that include GPUs.
188+
We recommend using an AML Compute cluster with GPU SKUs and at least two nodes as the compute target. To allow sufficient time for the DNN training to complete, we recommend setting the experiment timeout to a minimum of a couple of hours.
189+
For more information on AML compute and VM sizes that include GPU's, see the [AML Compute documentation](how-to-set-up-training-targets.md#amlcompute) and [GPU optimized virtual machine sizes documentation](https://docs.microsoft.com/azure/virtual-machines/linux/sizes-gpu).
191190

192-
To allow sufficient time for the DNN training to complete, we recommend setting the experiment timeout to at least a couple of hours.
191+
View the [Beverage Production Forecasting notebook](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/forecasting-beer-remote/auto-ml-forecasting-beer-remote.ipynb) for a detailed code example leveraging DNNs.
193192

194193
### View feature engineering summary
195194

0 commit comments

Comments
 (0)