Skip to content

Commit 3d6aecb

Browse files
authored
Merge pull request jikexueyuanwiki#192 from gmagogsfm/patch-1
修改病句
2 parents 01daf4e + 4a34e91 commit 3d6aecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tex_pdf/get_started/c1s03_basic_usage.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ \subsection{Overview | 总览}
9999

100100
\textcolor{etc}{The default graph now has three nodes: two constant() ops and one matmul() op. To actually multiply the matrices, and get the result of the multiplication, you must launch the graph in a session.}
101101

102-
Ⓒ 默认图现在拥有三个节点,两个\lstinline{constant()} op,一个\lstinline{matmul()} op. 为了真正进行矩阵乘法运算,得到乘法结果, 你必须在一个会话(session)中载入动这个图
102+
Ⓒ 默认图现在拥有三个节点,两个\lstinline{constant()} op,一个\lstinline{matmul()} op. 为了真正进行矩阵乘法运算,得到乘法结果, 你必须在一个会话(session)中载入启动这个图
103103

104104

105105
%%%
@@ -324,4 +324,4 @@ \subsection{Feeds | 供给}
324324

325325
Ⓒ 如果没有正确供给, \lstinline{placeholder()} 操作将会产生一个错误提示.关于feed的规模更大的案例,参见\hyperref[minist_tf]{MNIST 全连通 feed 教程}以及其\href{https://tensorflow.googlesource.com/tensorflow/+/master/tensorflow/g3doc/tutorials/mnist/fully_connected_feed.py}{源代码}。
326326

327-
\href{http://tensorflow.org/get_started/basic_usage.md}{原文:Basic Usage}
327+
\href{http://tensorflow.org/get_started/basic_usage.md}{原文:Basic Usage}

0 commit comments

Comments
 (0)