diff --git a/docs/quickstart-04-train-azure-batchai.md b/docs/quickstart-04-train-azure-batchai.md deleted file mode 100644 index ca7db50..0000000 --- a/docs/quickstart-04-train-azure-batchai.md +++ /dev/null @@ -1,43 +0,0 @@ -# Quickstart: train AI models in Azure Batch AI - -Batch AI is a managed service that enables data scientists and AI researchers to train AI and other machine learning models on clusters of Azure virtual machines, including VMs with GPU support. You describe the requirements of your job, where to find the inputs and store the outputs, and Batch AI handles the rest. [Learn more about Azure Batch AI](https://docs.microsoft.com/en-us/azure/batch-ai/overview) - -It's integrated with Visual Studio Tools for AI so you can dynamically scale out training models in Azure. Once you've [installed Visual Studio Tools for AI](installation.md), it's easy to create a new Python project using pre-made recipes in the Azure Machine Learning Sample Gallery. - -1. Launch Visual Studio. Open the **Server Explorer** by opening the **AI Tools** menu and choosing **Select Cluster** - - ![Cluster chooser](./media/select-cluster.png) - - -2. Expand **AI Tools**. Any Batch AI resources you have will be auto-detected and appear in the Server Explorer. - - ![Sample gallery](./media/batchai.png) - -3. Select **View > Team Explorer...** to open the **Team Explorer** window in which you can connect to GitHub or Visual Studio Team Services, or clone a repository. - - ![Team explorer window showing Visual Studio Team Services, GitHub, and cloning a repository](./media/team-explorer.png) - -4. In the URL field under **Local Git Repositories**, enter `https://github.com/Microsoft/samples-for-ai`, enter a folder for the cloned files, and select **Clone**. - - > [!Tip] - > The folder you specify in Team Explorer is the specific folder to receive the cloned files. Unlike the `git clone` command, creating a clone in Team Explorer does not automatically create a subfolder with the name of the repository. - -5. When cloning is complete, click **File > Open Solution > Project / Solution** - - ![Sample gallery](./media/open-solution.png) - -5. Open **samples-for-ai\examples\tensorflow\TensorFlowExamples.sln** in the directory you cloned the repository - - ![Sample gallery](./media/tensorflowexamples.png) - -5. Set MNIST project as the **Startup Project** - - ![Sample gallery](./media/mnist-startup.png) - -1. **Right-click **MNIST project, **Submit Job** - - ![Sample gallery](media/submit-job.png) - -1. Select your **Azure Batch AI** cluster, then click **Import**. Select the `AzureBatchAI_TF_MNIST.json` file to quickly populate some default values like which Docker Image to use. Then click **Submit** - - ![Sample gallery](./media/submit-batch.png)