摘要:
搭建普通的卷积CNN网络。 nan表示的是无穷或者是非数值,比如说你在tensorflow中使用一个数除以0,那么得到的结果就是nan。 在一个matrix中,如果其中的值都为nan很有可能是因为采用的cost function不合理导致的。 当使用tensorflow构建一个最简单的神经网络的时候 阅读全文
posted @ 2018-03-07 23:46
stardsd
阅读(4230)
评论(0)
推荐(0)
摘要:
Returns the index with the largest value across axis of a tensor. input is a Tensor and axis describes which axis of the input Tensor to reduce across 阅读全文
posted @ 2018-03-07 21:16
stardsd
阅读(1222)
评论(0)
推荐(0)