File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ labels_placeholder = tf.placeholder(tf.int32, shape=(batch_size))
81
81
82
82
` inference() ` 函数会尽可能地构建图表,做到返回包含了预测结果(output prediction)的Tensor。
83
83
84
- 它接受图像占位符为输入,在此基础上借助ReLu(Rectified Linear Units)激活函数,构建一对完全连接层(layers),以及一个有着十个节点(node)、指明了输出logtis模型的线性层 。
84
+ 它接受图像占位符为输入,在此基础上借助ReLu(Rectified Linear Units)激活函数,构建一对完全连接层(layers),以及一个有着十个节点(node)、指明了输出logits模型的线性层 。
85
85
86
86
每一层都创建于一个唯一的[ ` tf.name_scope ` ] ( ../api_docs/python/framework.md#name_scope ) 之下,创建于该作用域之下的所有元素都将带有其前缀。
87
87
@@ -397,4 +397,4 @@ print ' Num examples: %d Num correct: %d Precision @ 1: %0.02f' % (
397
397
398
398
> 原文:[ TensorFlow Mechanics 101] ( http://www.tensorflow.org/tutorials/mnist/tf/index.md )
399
399
> 翻译:[ bingjin] ( https://github.com/bingjin )
400
- > 校对:[ LichAmnesia] ( https://github.com/LichAmnesia )
400
+ > 校对:[ LichAmnesia] ( https://github.com/LichAmnesia )
You can’t perform that action at this time.
0 commit comments