unable to import EfficientNet from onnx

2 visualizaciones (últimos 30 días)
Syed Sameed Husain
Syed Sameed Husain el 12 de Ag. de 2020
Respondida: Mike Croucher el 15 de Abr. de 2025
Hi
Are pretrained EffieciNets available in MATLAB? I tried to import EfficientNet-b1.onnx into MATLAB but it failed due to warning 'The operator 'Mul' is only supported when its inputs are one node and one constant.'
The EfficientNet are state-of-the-art networks for image classification so it would be great if they are available in MATLAB for tranfer learning.
Best Regards
Sameed
  1 comentario
Alok
Alok el 25 de Nov. de 2022
i have raised the same issue with matlab and on a number of platforms, but it seems the Matlab's deep learning toolbox is lagging behind....

Iniciar sesión para comentar.

Respuestas (3)

Aditya Patil
Aditya Patil el 19 de Ag. de 2020
R2020a does not support the required operator for EfficientNet. This is a known issue, and might be fixed in any future release.

de y
de y el 8 de Dic. de 2021
Is there any time to expect the efficientnet B7-8 on matlab?

Mike Croucher
Mike Croucher el 15 de Abr. de 2025
While researching EfficientNet I discovered this old answer so thought I'd update with the current situation as of R2024b.
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.

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by