qubvel / efficientnet

Implementation of EfficientNet model. Keras and TensorFlow Keras.
https://arxiv.org/abs/1905.11946
Apache License 2.0
2.07k stars 472 forks source link

I want to acess the layers of the Efficient-Net Backbone But I could not? #108

Open bilel-bj opened 4 years ago

bilel-bj commented 4 years ago

I want to get access to the Efficient-Net Backbone and modify the name of some layers due to redundancy. But acctually it is a function not a model. How to do that?