This commit is contained in:
Qiufeng Yin 2018-04-27 14:00:25 +08:00
Родитель c5f619a77d
Коммит 66dd3ef20e
1 изменённых файлов: 1 добавлений и 1 удалений

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

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