EfficientNet-b7 Network matlab

I am trying to use a pretrained moel (EfficientNet-b7 ) for image classifcation.
I did not find the network model in matlab R2023B . I found only EfficientNet-b70 .
is there any way to implement it in matlab or import it from tensorflow ?

回答 (1 件)

Angelo Yeo
Angelo Yeo 2024 年 1 月 28 日

0 投票

Consider using importNetworkFromTensorFlow function after saving the model in Python's end. There are examples which you can refer to in the documentation.

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

製品

リリース

R2023b

質問済み:

2024 年 1 月 25 日

回答済み:

2024 年 1 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by