/EfficientnetB7-Transfer-learning-using-Tensorflow-keras

This keras Efficientnet implementation (pip install efficientnet) comes with pretrained models for all sizes (B0-B7), where we can just add our custom classification layer “top”. With weights='imagenet' we get a pretrained model.

Primary LanguageJupyter Notebook

No issues in this repository yet.