我从此链接中找到了预训练的模型:
https://github.com/tensorflow/models/tree/master/research/slim#pre-trained-models
我还在使用inception_resnet_v2
模型执行任务。
我已经将体系结构加载到内存中并做出了一些预测。但是,我想通过使用会话来访问完全连接的层,如本文中所述:
How to get the output of the fully connected layer from CNN in Tensorflow?
访问该层后,我需要该层的输出或 CNN激活