摘要:
tf.nn.conv2d 参数列表: 参数名 必选 类型 说明 input 是 tensor 是一个 4 维的 tensor,即 [ batch, in_height, in_width, in_channels ](若 input 是图像,[ 训练时一个 batch 的图片数量, 图片高度, 图片 阅读全文
posted @ 2018-02-24 10:52
hozhangel
阅读(726)
评论(0)
推荐(0)
摘要:
tf.conv2d 然后执行: cd /home/ubuntu; python conv2d.py cd /home/ubuntu; python conv2d.py 执行结果: c shape: (1, 3, 3, 1) c value: [[[[ 4.] [ 3.] [ 4.]] [[ 2.] 阅读全文
posted @ 2018-02-24 10:18
hozhangel
阅读(1117)
评论(0)
推荐(0)