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!