From 66dd3ef20ee12689cc39aacb5890465e00e154f8 Mon Sep 17 00:00:00 2001 From: Qiufeng Yin Date: Fri, 27 Apr 2018 14:00:25 +0800 Subject: [PATCH 1/2] remove redundant phrases --- docs/quickstart-03-project-from-repository.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart-03-project-from-repository.md b/docs/quickstart-03-project-from-repository.md index 5a14713..e6fb73d 100644 --- a/docs/quickstart-03-project-from-repository.md +++ b/docs/quickstart-03-project-from-repository.md @@ -34,7 +34,7 @@ Once you've [installed Visual Studio Tools for AI](installation.md), you can eas ![First output from the Python MNIST program](./media/tensorflow-mnist-running.png) -> If you are using Anaconda and get an error about missing numpy, you may need to change your python environment you may need to [change your python environment to use Anaconda](https://docs.microsoft.com/en-us/visualstudio/python/python-environments) +> If you are using Anaconda and get an error about missing numpy, you may need to [change your python environment to use Anaconda](https://docs.microsoft.com/en-us/visualstudio/python/python-environments) 11. You can visualize the progress with TensorBoard. Right click your project and click **Run TensorBoard** then select the directory of your output TensorBoard logs. From 3c9276921390b8b8783b67f77c656022b9642421 Mon Sep 17 00:00:00 2001 From: Chi Song Date: Fri, 27 Apr 2018 16:10:20 +0800 Subject: [PATCH 2/2] fix file path in document. --- docs/quickstart-04-train-azure-batchai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart-04-train-azure-batchai.md b/docs/quickstart-04-train-azure-batchai.md index 9cbad9f..22fb9bd 100644 --- a/docs/quickstart-04-train-azure-batchai.md +++ b/docs/quickstart-04-train-azure-batchai.md @@ -26,7 +26,7 @@ It's integrated with Visual Studio Tools for AI so you can dynamically scale out ![Sample gallery](./media/open-solution.png) -5. Open **samples-for-ai\TensorFlowExamples\TensorFlowExamples.sln** in the directory you cloned the repository +5. Open **samples-for-ai\examples\tensorflow\TensorFlowExamples.sln** in the directory you cloned the repository ![Sample gallery](./media/tensorflowexamples.png)