You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-interactive-jobs.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Interactive training is supported on **Azure Machine Learning Compute Clusters**
27
27
28
28
## Prerequisites
29
29
- Review [getting started with training on Azure Machine Learning](./how-to-train-model.md).
30
-
- To use this feature in Azure Machine Learning Studio, enable the "Debug & monitor your training jobs" flight via the [preview panel](./how-to-enable-preview-features.md#how-do-i-enable-preview-features).
30
+
- To use this feature in Azure Machine Learning studio, enable the "Debug & monitor your training jobs" flight via the [preview panel](./how-to-enable-preview-features.md#how-do-i-enable-preview-features).
31
31
- To use **VS Code**, [follow this guide](how-to-setup-vs-code.md) to set up the Azure Machine Learning extension.
32
32
- Make sure your job environment has the `openssh-server` and `ipykernel ~=6.0` packages installed (all Azure Machine Learning curated training environments have these packages installed by default).
33
33
- Interactive applications can't be enabled on distributed training runs where the distribution type is anything other than Pytorch, Tensorflow or MPI. Custom distributed training setup (configuring multi-node training without using the above distribution frameworks) is not currently supported.
@@ -38,7 +38,7 @@ Interactive training is supported on **Azure Machine Learning Compute Clusters**
38
38
By specifying interactive applications at job creation, you can connect directly to the container on the compute node where your job is running. Once you have access to the job container, you can test or debug your job in the exact same environment where it would run. You can also use VS Code to attach to the running process and debug as you would locally.
39
39
40
40
### Enable during job submission
41
-
# [Azure Machine Learning Studio](#tab/ui)
41
+
# [Azure Machine Learning studio](#tab/ui)
42
42
1. Create a new job from the left navigation pane in the studio portal.
43
43
44
44
@@ -164,7 +164,7 @@ If you don't see the above options, make sure you have enabled the "Debug & moni
164
164
165
165
---
166
166
### Connect to endpoints
167
-
# [Azure Machine Learning Studio](#tab/ui)
167
+
# [Azure Machine Learning studio](#tab/ui)
168
168
To interact with your running job, click the button **Debug and monitor** on the job details page.
169
169
170
170
:::image type="content" source="media/interactive-jobs/debug-and-monitor.png" alt-text="Screenshot of interactive jobs debug and monitor panel location.":::
0 commit comments