提交 16e8a0db 编写于 作者: W wizardforcel

2020-08-05 10:53:50

上级 32917d6c
......@@ -23,7 +23,7 @@ TensorFlow 数据模型由张量组成,编程模型由数据流图或计算图
* 多个图
* TensorBoard 概述
本书的编写注重实际,因此您可以从本书的 GitHub 仓库中克隆代码或从 Packt Publishing 下载它。 您可以使用代码包中包含的 Jupyter Notebook `ch-01_TensorFlow_101`来遵循本章中的代码示例。
本书的编写注重实际,因此您可以从本书的 GitHub 仓库中克隆代码或从 Packt Publishing 下载它。 您可以使用代码包中包含的 Jupyter 笔记本`ch-01_TensorFlow_101`来遵循本章中的代码示例。
# 什么是 TensorFlow?
......
......@@ -613,7 +613,7 @@ from keras.layers import Input, Dense, Reshape, Dot, merge
import keras
```
重置图,以便清除以前在 Jupyter Notebook 中运行的任何后续效果:
重置图,以便清除以前在 Jupyter 笔记本中运行的任何后续效果:
```py
# reset the jupyter buffers
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册