全部博文(162)
发布时间:2017-04-21 16:33:41
另外一个输入是labels,它的shape也是[batch_size, num_classes],就是我们神经网络期望的输出。it performs a softmax on logits internally for efficiency。......【阅读全文】
发布时间:2017-04-21 15:38:05
is simply a variable that we will assign data to at a later date. It allows us to create our operations and build our computation graph, without needing the data. In TensorFlowfeed......【阅读全文】