importing a ResNet model of python code in matlab?
이전 댓글 표시
I would like to load a deep network from the attached python code file and use it in the trainNetwork function in matlab.
Attached file: ResNet_simple_model.py, which contains the deep neural network model. (import tensorflow, numpy, sys, etc.)
How can I load and run this in matlab, load it as lgraph or layers, and train it with the trainNetwork(training_data, layers, options) function?
Waiting for help from experts.
댓글 수: 2
Constantino Carlos Reyes-Aldasoro
2023년 8월 17일
Have you tried using the native ResNet CNNs (https://uk.mathworks.com/help/deeplearning/ref/resnet50.html)?
Yongwon Jang
2023년 8월 18일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!