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
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 Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!