摘要: tf.nn.conv2d 这个函数的功能是:给定4维的input和filter,计算出一个2维的卷积结果。函数的定义为: 前几个参数分别是input, filter, strides, padding, use_cudnn_on_gpu, …下面来一一解释 input:待卷积的数据。格式要求为一个张 阅读全文
posted @ 2018-06-10 05:51 liu_ty10 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 1. How tensorflow works In order to run Tensorflow, we need two steps: First, construct a Graph Second, compute along the Graph in a Session. For the 阅读全文
posted @ 2018-06-10 05:15 liu_ty10 阅读(148) 评论(0) 推荐(0) 编辑