EfficientNet model support in MATLAB's Deep Learning Toolbox

11 vues (au cours des 30 derniers jours)
XiangYu
XiangYu le 15 Avr 2025
Modifié(e) : Mike Croucher le 15 Avr 2025
I'm working on a project that requires the use of EfficientNet models for image classification. I need to understand the current support status for EfficientNet in MATLAB.
Specifically, I would like to know:
1.Which versions of EfficientNet (B0-B7) are currently supported in MATLAB's Deep Learning Toolbox?
2,Are there any known version limitations or compatibility issues?
I'm using MATLAB R2024b. Any guidance or documentation links would be greatly appreciated.

Réponses (1)

Mike Croucher
Mike Croucher le 15 Avr 2025
Modifié(e) : Mike Croucher le 15 Avr 2025
Looking at the documentation for imagePretrainedNetwork I can see that EfficientNet B0 is directly supported which you can choose by using "efficientnetb0" as the name input argument. This replaces the older function efficientnetb0 which is no longer reccommended.
For other models, you might be able to use something like importNetworkFromTensorFlow to import it into MATLAB.
Can I ask what other versions of EfficientNet you might need and why please?

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Produits


Version

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by