Inception v3 模型如下图所示:
图片来自这篇博文:
https://research.googleblog.com/2016/03/train-your-own-image-classifier-with.html
似乎有两个 Softmax 分类输出。这是为什么?
在 TensorFlow 示例中使用哪一个作为该文件中名称为“softmax:0”的输出张量?
Inception v3 模型的学术论文似乎没有这个 Inception 模型的图像:
http://arxiv.org/pdf/1512.00567v3.pdf
我试图理解为什么网络的这两个分支具有看似两个不同的 softmax 输出。
感谢您的澄清!