摘要: 正常TensorFlow的张量格式是 [{source/kernel}Height] + [{source/kernel}Width] + [inputChannels] + [outputChannels] 【0,1,2,3】 但是在写出的时候,为了方便可视化读入数据 应该改为【3, 0, 1, 阅读全文
posted @ 2019-06-16 15:17 The_kat 阅读(187) 评论(0) 推荐(0) 编辑