Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up全连接网络 #28
全连接网络 #28
Comments
|
你可以将代码哪一行提一下吗?都一年了,我有些忘记了。 |
|
`【model的返回值 return tf.matmul(hidden, fc2_weight) + fc2_biases】 logits = model(self.tf_train_samples) |
|
函数名应该表明了用途 |
全连接网络中的损失函数为什么是用tf.matmul(hidden, fc2_weight) + fc2_biases, 和 label比较呢?而不是用softmax, argmax后的比较呢?