我正在尝试将张量流中心的预训练模型使用到我的对象检测模型中。我按照官方说明将集线器中的模型包装为 KerasLayer 对象。然后我意识到我无法访问这个预训练模型中的层。但我需要使用某些特定层的输出来构建我的模型。有没有办法访问tensorflow_hub.KerasLayer对象中的层?
keras tensorflow tensorflow-hub
keras ×1
tensorflow ×1
tensorflow-hub ×1