Is there any way to access layers in tensorflow_hub.KerasLayer object?
问题 I am trying to use a pre-trained model from tensorflow hub into my object detection model. I wrapped a model from hub as a KerasLayer object following the official instruction. Then I realized that I cannot access the layers in this pre-trained model . But I need to use outputs from some specific layers to build my model. Is there any way to access layers in tensorflow_hub.KerasLayer object? 回答1: For one to be able to do that easily, the creator of the pretrained model would have needed to