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

Difference of EfficientNetB0 between this model and Official Tensorflow #151

Open Phanttan opened 2 years ago

Phanttan commented 2 years ago

Dear All,


I created 2 models (EfficientNetB0 with imagenet weights): A model using this repository, and a model using Official Tensorflow And I realized that the layers of them are not same. Make confused to 2 models and what is standard to use now?

P/S : You can check the code in here.