This commit is contained in:
HX Lin 2018-04-28 10:12:48 +08:00
Родитель 05a36868a6 49934ce9d7
Коммит a20b0c75e5
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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)