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-monitor-tensorboard.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,8 @@ How you launch TensorBoard with Azure Machine Learning experiments depends on th
37
37
* Azure Machine Learning compute instance - no downloads or installation necessary
38
38
* Complete the [Quickstart: Get started with Azure Machine Learning](quickstart-create-resources.md) to create a dedicated notebook server pre-loaded with the SDK and the sample repository.
39
39
* In the samples folder on the notebook server, find two completed and expanded notebooks by navigating to these directories:
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/how-to-use-reinforcement-learning.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,8 @@ Run this code in either of these environments. We recommend you try Azure Machin
37
37
38
38
- Azure Machine Learning compute instance
39
39
40
-
- Learn how to clone sample notebooks in [Tutorial: Train and deploy a model](../tutorial-train-deploy-notebook.md).
41
-
- Clone the **how-to-use-azureml** folder instead of **tutorials**
40
+
- Learn how to clone sample notebooks in [Tutorial: Train and deploy a model](tutorial-train-deploy-notebook.md).
41
+
- Clone the **v1 (<version>) > how-to-use-azureml** folder instead of **tutorials**
42
42
- Run the virtual network setup notebook located at `/how-to-use-azureml/reinforcement-learning/setup/devenv_setup.ipynb` to open network ports used for distributed reinforcement learning.
43
43
- Run the sample notebook `/how-to-use-azureml/reinforcement-learning/atari-on-distributed-compute/pong_rllib.ipynb`
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/tutorial-train-deploy-notebook.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,15 +43,27 @@ Azure Machine Learning includes a cloud notebook server in your workspace for an
43
43
44
44
You complete the following experiment setup and run steps in Azure Machine Learning studio. This consolidated interface includes machine learning tools to perform data science scenarios for data science practitioners of all skill levels.
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com/).
47
47
48
+
1. Select your subscription and the workspace you created.
48
49
50
+
1. On the left, select **Notebooks**.
51
+
52
+
1. At the top, select the **Samples** tab.
53
+
54
+
1. Open the **v1 (<version>)** folder. The version number represents the current v1 release for the Python SDK.
55
+
56
+
1. Select the **...** button at the right of the **tutorials** folder, and then select **Clone**.
57
+
58
+
:::image type="content" source="media/tutorial-1st-experiment-sdk-setup/clone-tutorials.png" alt-text="Screenshot that shows the Clone tutorials folder.":::
59
+
60
+
1. A list of folders shows each user who accesses the workspace. Select your folder to clone the **tutorials** folder there.
49
61
50
62
## Open the cloned notebook
51
63
52
-
1. Open the **MachineLearningNotebooks** folder that was cloned into your **Files** section.
64
+
1. Open the **tutorials** folder that was cloned into your **User files** section.
53
65
54
-
1. Select the **quickstart-azureml-in-10mins.ipynb** file from your **MachineLearningNotebooks/tutorials/compute-instance-quickstarts/quickstart-azureml-in-10mins** folder.
66
+
1. Select the **quickstart-azureml-in-10mins.ipynb** file from your **tutorials/compute-instance-quickstarts/quickstart-azureml-in-10mins** folder.
55
67
56
68
:::image type="content" source="media/tutorial-train-deploy-notebook/expand-folder.png" alt-text="Screenshot shows the Open tutorials folder.":::
0 commit comments