importing a ResNet model of python code in matlab?
Ältere Kommentare anzeigen
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 Kommentare
Constantino Carlos Reyes-Aldasoro
am 17 Aug. 2023
Have you tried using the native ResNet CNNs (https://uk.mathworks.com/help/deeplearning/ref/resnet50.html)?
Yongwon Jang
am 18 Aug. 2023
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!