Why is there no trace of auxiliary classifiers of the Inception v3 model in Keras?

我是研究僧i 提交于 2019-12-10 18:38:48

问题


When using Inception v3 model in Keras, nor the graph of the network nor the model.summary() indicate the presence of the auxiliary classifiers (as in Szegedy et al..

Why is it so ? Is Keras still using the right architecture but hiding this specificity from the user ? If so, how can we then customize upper layers from the network ? Indeed, we may want the 3 classifiers to have distinct architectures.

Thank you !

来源:https://stackoverflow.com/questions/44906653/why-is-there-no-trace-of-auxiliary-classifiers-of-the-inception-v3-model-in-kera

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!