摘要: 参数列表: 参数名 必选 类型 说明 input 是 tensor 是一个 4 维的 tensor,即 [ batch, in_height, in_width, in_channels ](若 input 是图像,[ 训练时一个 batch 的图片数量, 图片高度, 图片宽度, 图像通道数 ]) 阅读全文
posted @ 2017-12-21 15:43 hozhangel 阅读(278) 评论(0) 推荐(0) 编辑
摘要: $python >>>import tensorflow as tf >>>tf.__version__ #查询tensorflow安装路径为: >>>tf.__path__ 阅读全文
posted @ 2017-12-21 15:37 hozhangel 阅读(404) 评论(0) 推荐(0) 编辑